We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05c77b0 commit c4004d3Copy full SHA for c4004d3
1 file changed
.github/actions/run-codegen/action.yaml
@@ -21,7 +21,7 @@ runs:
21
22
- name: Restore rust cache
23
id: cache-restore
24
- uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
+ uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
25
with:
26
key: rust-cache-${{ github.sha }}
27
restore-keys: rust-cache-
@@ -95,7 +95,7 @@ runs:
95
run: cargo sweep --file
96
97
- name: Save new rust cache
98
- uses: actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
+ uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
99
100
101
path: |
0 commit comments