Skip to content

Commit 21b30a2

Browse files
Merge pull request #405 from KisaragiEffective/renovate/actions-checkout-digest
2 parents 1b9b64b + 034256d commit 21b30a2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/rust-wasm.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
runs-on: ${{ matrix.os }}
3636

3737
steps:
38-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
38+
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
3939
- name: Rust Cache
4040
uses: Swatinem/[email protected]
4141
with:

.github/workflows/rust.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ${{ matrix.os }}
2828

2929
steps:
30-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
30+
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
3131
- name: Install compiler ${{ matrix.rustc_channel }} ( ${{ matrix.rustc_version }} )
3232
run: |
3333
if [[ "${{ matrix.rustc_channel }}" == nightly ]]; then

.github/workflows/todo-as-issue.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build:
1111
runs-on: "ubuntu-latest"
1212
steps:
13-
- uses: "actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b" # v4
13+
- uses: "actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29" # v4
1414
- name: "TODO to Issue"
1515
uses: "alstr/todo-to-issue-action@v4"
1616
with:

0 commit comments

Comments
 (0)