Skip to content

Commit

Permalink
Bump GitHub Action Checkout to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
slymit committed Apr 6, 2024
1 parent b6c6dbf commit 08b4ae7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
tox_env: 'py310-sqlalchemy2.0'

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python }}
Expand All @@ -73,7 +73,7 @@ jobs:
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v3
with:
python-version: 3.7
Expand Down

0 comments on commit 08b4ae7

Please sign in to comment.