Radish alpha
h
rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5
Radicle Heartwood Protocol & Stack
Radicle
Git
ci: Update GitHub action `actions/cache`
Merged lorenz opened 8 days ago

Version 4 uses Node.js 22, which GitHub warns about and suggests to update.

Changelog is at https://github.com/actions/cache#v5.

1 file changed +2 -2 224c03da f83eb577
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