Skip to content

Commit

Permalink
Merge pull request #5 from jgraichen/renovate/actions-checkout-4.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/checkout action to v4
  • Loading branch information
jgraichen authored Jun 7, 2024
2 parents 38360da + 0de02b6 commit d62c1c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
python: "3.10"

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- uses: pdm-project/setup-pdm@v4
with:
python-version: ${{ matrix.python }}
Expand Down

0 comments on commit d62c1c1

Please sign in to comment.