Skip to content

Commit 1fb9f28

Browse files
authored
Merge pull request #113 from python-hyper/dependabot/github_actions/actions/checkout-b4ffde65f46336ab88eb53be808477a3936bae11
Bump actions/checkout from 3df4ab11eba7bda6032a0b82a6bb43b11571feac to b4ffde65f46336ab88eb53be808477a3936bae11
2 parents 8b460dd + 9cbcf10 commit 1fb9f28

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
@@ -28,7 +28,7 @@ jobs:
2828
toxenv: pre-commit
2929
runs-on: ${{ matrix.os }}
3030
steps:
31-
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
31+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
3232
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5
3333
with:
3434
python-version: ${{ matrix.python }}

0 commit comments

Comments
 (0)