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 16 days ago
commit 2b013bbe92b44e1bd75a393a730cd74836146674
parent 354805aeb3f871358426753198275738ff76a47e
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