Skip to content

Commit fee7fd5

Browse files
chore(deps): update actions/checkout digest to de0fac2
1 parent 65355f7 commit fee7fd5

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/rust-wasm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: ${{ matrix.os }}
3838

3939
steps:
40-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
40+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
4141
with:
4242
persist-credentials: false
4343
- name: Rust Cache

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: dump context
4343
run: |
4444
echo '${{ toJSON(matrix) }}'
45-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
45+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
4646
with:
4747
persist-credentials: false
4848
- name: Install compiler ${{ matrix.rustc_channel }} ( ${{ matrix.rustc_version }} )

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: "ubuntu-24.04"
1212
steps:
1313
-
14-
uses: "actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8" # v6
14+
uses: "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6
1515
with:
1616
persist-credentials: false
1717
-

0 commit comments

Comments
 (0)