Skip to content

Commit 537d0d6

Browse files
authored
Merge pull request #132 from python-hyper/dependabot/github_actions/actions/checkout-6.0.0
Bump actions/checkout from 4.2.1 to 6.0.0
2 parents b550db8 + 4afddae commit 537d0d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
toxenv: pre-commit
3333
runs-on: ${{ matrix.os }}
3434
steps:
35-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
35+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v4
3636
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5
3737
with:
3838
python-version: ${{ matrix.python }}

0 commit comments

Comments
 (0)