Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
ci: Update GitHub action `actions/cache`
✓ CI success Lorenz Leutgeb committed 28 days ago
commit f83eb57719b41a5e4b20106af0d5bd397f9ffaff
parent 224c03daf1d040da83084928e9a1fe978a5a06ae
1 passed (1 total) View logs
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