Skip to content

Commit 7d11236

Browse files
chore(deps): update actions/setup-python action to v5.6.0
1 parent 1faafb8 commit 7d11236

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
@@ -8,6 +8,6 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v4
11-
- uses: actions/setup-python@v5
11+
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
1212
- run: pip install pre-commit
1313
- run: pre-commit validate-manifest .pre-commit-hooks.yaml

0 commit comments

Comments
 (0)