Skip to content

Commit

Permalink
Update actions/setup-python action to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 28, 2024
1 parent e6c4ce4 commit 5b10b44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
# get the whole repo, not just the last commit, so
# we can compare changes on this branch to main
fetch-depth: 0
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
- uses: pre-commit/action@v3.0.0
with:
extra_args: --from-ref origin/main --to-ref HEAD
Expand Down

0 comments on commit 5b10b44

Please sign in to comment.