mirror of https://github.com/pyodide/pyodide.git
github-actions update actions/checkout and actions/setup-python (#4709)
Bumps the github-actions group with 2 updates: actions/checkout and actions/setup-python.
This commit is contained in:
parent
b886ed2065
commit
b36b13ab58
|
@ -14,9 +14,9 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- uses: actions/setup-python@v4
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: 3.12
|
||||
|
||||
|
|
Loading…
Reference in New Issue