Skip to content

Commit

Permalink
ci: do not pin actions/checkout version
Browse files Browse the repository at this point in the history
  • Loading branch information
jooola committed Apr 25, 2024
1 parent e1c1714 commit 21aa6c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.x"
Expand Down

0 comments on commit 21aa6c4

Please sign in to comment.