Skip to content

Commit 99b1115

Browse files
chore(deps): update actions/checkout action to v4.2.2
1 parent 409a699 commit 99b1115

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
name: Validate
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
10+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1111
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
1212
- run: pip install pre-commit
1313
- run: pre-commit validate-manifest .pre-commit-hooks.yaml

0 commit comments

Comments
 (0)