Skip to content

Commit 01d5194

Browse files
Merge pull request #1039 from rackerlabs/renovate/pin-dependencies
chore(deps): pin actions/checkout action to 11bd719
2 parents 8105584 + 4f1dd27 commit 01d5194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
outputs:
2626
projects: ${{ steps.set-projects.outputs.projects }}
2727
steps:
28-
- uses: actions/checkout@v4
28+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2929
- name: Find all projects with pyproject.toml
3030
id: set-projects
3131
run: |

0 commit comments

Comments
 (0)