Skip to content

Commit b1cf032

Browse files
chore(deps): update actions/checkout digest to 11bd719
1 parent 8eee16c commit b1cf032

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ${{ matrix.os }}
2323
steps:
2424
- name: Checkout the repository
25-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
25+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2626
- uses: ./.github/actions/set_up_runner
2727
with:
2828
github_token: ${{ secrets.GITHUB_TOKEN }}
@@ -39,7 +39,7 @@ jobs:
3939
runs-on: ${{ matrix.os }}
4040
steps:
4141
- name: Checkout the repository
42-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
42+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
4343
- uses: ./.github/actions/set_up_runner
4444
with:
4545
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)