Skip to content

Commit 9cbcf10

Browse files
Bump actions/checkout
Bumps [actions/checkout](https://github.com/actions/checkout) from 3df4ab11eba7bda6032a0b82a6bb43b11571feac to b4ffde65f46336ab88eb53be808477a3936bae11. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@3df4ab1...b4ffde6) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8b460dd commit 9cbcf10

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)