Skip to content

Commit df9910d

Browse files
chore(deps): pin actions/checkout action to 11bd719 (#898)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 94dafeb commit df9910d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/auto-version-bump.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
matrix: ${{ steps.set-matrix.outputs.matrix }}
1515
steps:
1616
- name: Checkout repo
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1818

1919
- name: Generate workspace matrix
2020
id: set-matrix
@@ -29,7 +29,7 @@ jobs:
2929
matrix: ${{ fromJson(needs.prepare.outputs.matrix) }}
3030
steps:
3131
- name: Checkout repo
32-
uses: actions/checkout@v4
32+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3333

3434
- name: Delay batches (5 min between)
3535
if: ${{ strategy.job-index != 0 }}

0 commit comments

Comments
 (0)