Radish alpha
h
rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5
Radicle Heartwood Protocol & Stack
Radicle
Git
ci: Update GitHub action `actions/cache`
Lorenz Leutgeb committed 7 days ago
commit f83eb57719b41a5e4b20106af0d5bd397f9ffaff
parent 224c03d
1 file changed +2 -2
modified .github/workflows/build.yml
@@ -25,11 +25,11 @@ jobs:
          fetch-tags: true
          filter: 'tree:0'
      - uses: dtolnay/rust-toolchain@stable
-
      - uses: actions/cache@v4
+
      - uses: actions/cache@v5
        with:
          path: ~/.cargo
          key: ${{ matrix.os }}-${{ runner.arch }}-${{ hashFiles('Cargo.lock') }}-cargo-home
-
      - uses: actions/cache@v4
+
      - uses: actions/cache@v5
        with:
          path: target
          key: ${{ matrix.os }}-${{ runner.arch }}-${{ hashFiles('Cargo.lock') }}-cargo-target