Skip to content

Commit a51b028

Browse files
committed
chore(deps): update actions/checkout digest to 34e1148
1 parent 83d3a8c commit a51b028

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/macos-cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
os: [ macos-14 ]
4343
shard: [ All ]
4444
steps:
45-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
45+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
4646
with:
4747
ref: ${{ inputs.checkout-ref }}
4848
- uses: google-github-actions/auth@v2

.github/workflows/windows-cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
arch: [ x64 ]
4747
shard: [ All ]
4848
steps:
49-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
49+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
5050
with:
5151
ref: ${{ inputs.checkout-ref }}
5252
- uses: google-github-actions/auth@v2

0 commit comments

Comments
 (0)