Skip to content

Commit

Permalink
Update GitHub Actions versions (#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
Klaus Rettinghaus authored Oct 3, 2023
1 parent 085fee9 commit 7989199
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
TOXENV: twinecheck

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

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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
if: startsWith(github.event.ref, 'refs/tags/')

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

- name: Set up Python 3.10
uses: actions/setup-python@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
TOXENV: pypy3

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

- name: Install system libraries
if: contains(matrix.python-version, 'pypy3.9')
Expand Down

0 comments on commit 7989199

Please sign in to comment.