Skip to content

Commit

Permalink
Upgrade to GitHub Actions checkout@v4 (#76)
Browse files Browse the repository at this point in the history
* Upgrade to GitHub Actions checkout@v4

https://github.com/actions/checkout/releases

* actions/setup-python@v5
  • Loading branch information
cclauss authored Jan 2, 2024
1 parent 304dff0 commit 2f1fc27
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
package:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build and Check Package
uses: hynek/[email protected]

Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
tox_env: "pypy3-pytest7"

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Download Package
uses: actions/download-artifact@v3
Expand All @@ -59,7 +59,7 @@ jobs:
path: dist

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}

Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
tox_env: "py37-pytest6"

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Download Package
uses: actions/download-artifact@v3
Expand All @@ -101,7 +101,7 @@ jobs:
path: dist

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.7"

Expand Down

0 comments on commit 2f1fc27

Please sign in to comment.