File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3939 node-version : " 24"
4040
4141 - name : Cache dependencies
42- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
42+ uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
4343 with :
4444 path : ~/go/pkg/mod
4545 key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
Original file line number Diff line number Diff line change 6363 toolchain : stable
6464
6565 - name : Cache Rust dependencies
66- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
66+ uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
6767 with :
6868 path : |
6969 ~/.cargo/registry
Original file line number Diff line number Diff line change 7777 toolchain : stable
7878
7979 - name : Cache Rust dependencies
80- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
80+ uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
8181 with :
8282 path : |
8383 ~/.cargo/registry
You can’t perform that action at this time.
0 commit comments