Skip to content

Commit b550db8

Browse files
authored
Merge pull request #126 from python-hyper/dependabot/github_actions/actions/checkout-4.2.1
Bump actions/checkout from 4.1.1 to 4.2.1
2 parents 953aea3 + a7eb04d commit b550db8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
35+
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
3636
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5
3737
with:
3838
python-version: ${{ matrix.python }}

0 commit comments

Comments
 (0)