Skip to content

Commit ef4dc51

Browse files
authored
Merge pull request #134 from cclauss/patch-1
Set GitHub Actions `uses:` comments to be FULL version numbers
2 parents 537d0d6 + aa811b8 commit ef4dc51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
toxenv: pre-commit
3333
runs-on: ${{ matrix.os }}
3434
steps:
35-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v4
36-
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5
35+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
36+
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
3737
with:
3838
python-version: ${{ matrix.python }}
3939
- run: python -mpip install --upgrade setuptools pip tox virtualenv

0 commit comments

Comments
 (0)