We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9b42ddd + a81e510 commit c2275f4Copy full SHA for c2275f4
.github/workflows/_build-rust.yml
@@ -69,7 +69,7 @@ jobs:
69
targets: ${{ inputs.rust-target }}
70
components: clippy, rustfmt
71
- name: Set up cargo cache
72
- uses: actions/cache@v3
+ uses: actions/cache@v4
73
continue-on-error: false
74
with:
75
path: |
.github/workflows/integrationtest.yml
@@ -30,7 +30,7 @@ jobs:
30
nix_path: nixpkgs=channel:nixos-23.05
31
- uses: DeterminateSystems/magic-nix-cache-action@main
32
33
34
35
36
0 commit comments