diff --git a/.github/workflows/solana.yml b/.github/workflows/solana.yml index f2123e5cf..0399c21db 100644 --- a/.github/workflows/solana.yml +++ b/.github/workflows/solana.yml @@ -105,7 +105,7 @@ jobs: - name: Cache solana tools id: cache-solana - uses: actions/cache@v4 + uses: actions/cache@v5 env: cache-name: solana-tools with: @@ -185,7 +185,7 @@ jobs: node-version: ${{ env.node-version }} - name: Cache node_modules - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ./solana/node_modules/ key: node-modules-${{ runner.os }}-build-${{ env.node-version }}