Skip to content

Commit

Permalink
Merge pull request #579 from wtforms/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
azmeuk authored Oct 1, 2023
2 parents bac2bb2 + 4e88a16 commit 50921f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- {name: 'PyPy310', python: 'pypy-3.10', tox: pypy310}
- {name: 'PyPy39', python: 'pypy-3.9', tox: pypy39}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}
Expand Down

0 comments on commit 50921f0

Please sign in to comment.