Skip to content

Commit 337818c

Browse files
authored
chore: migrate rust-cache to step-security maintained version (#812)
Signed-off-by: Iliya Savov <isavov@users.noreply.github.com>
1 parent 9b4f497 commit 337818c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
submodules: 'recursive'
6363

6464
- name: Rust Cache
65-
uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
65+
uses: step-security/rust-cache@2f2489f62393ef58cfac808ecc4fba12a98f83f4 # v2.7.3
6666
with:
6767
workspaces: |
6868
sdk/rust
@@ -104,7 +104,7 @@ jobs:
104104
submodules: 'recursive'
105105

106106
- name: Rust Cache
107-
uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
107+
uses: step-security/rust-cache@2f2489f62393ef58cfac808ecc4fba12a98f83f4 # v2.7.3
108108
with:
109109
workspaces: |
110110
.

0 commit comments

Comments
 (0)