Skip to content

Commit

Permalink
Merge pull request #8 from tomasvana10/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/checkout-4

Bump actions/checkout from 1 to 4
  • Loading branch information
tomasvana10 authored May 11, 2024
2 parents dbadd8b + 9cc55b8 commit aa03ba3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
id-token: write
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- run: python3 -m pip install --upgrade build && python3 -m build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tox-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
python-version: [3.7, 3.8, 3.9, '3.10', 3.11, 3.12, pypy-3.9, pypy-3.10]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
if: ${{ ! startsWith(matrix.python-version, 'pypy-') }}
- uses: actions/checkout@v1
- uses: actions/checkout@v4
if: ${{ startsWith(matrix.python-version, 'pypy-') }}
# Using actions/checkout@v2 or later with pypy causes an error
# https://foss.heptapod.net/pypy/pypy/-/issues/3640
Expand Down

0 comments on commit aa03ba3

Please sign in to comment.