Skip to content

Commit aa811b8

Browse files
authored
Set GitHub Actions comments to be FULL version numbers
* #132 (comment) Land this change BEFORE * #133 to test the hypothesis. @sigmavirus24
1 parent 537d0d6 commit aa811b8

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)