diff --git a/.github/workflows/chocolatey.yml b/.github/workflows/chocolatey.yml index 058504187..a704ff5a2 100644 --- a/.github/workflows/chocolatey.yml +++ b/.github/workflows/chocolatey.yml @@ -30,7 +30,7 @@ jobs: node-version: '18.17.1' - name: Cache bigger downloads - uses: actions/cache@v5 + uses: actions/cache@v6 id: cache with: path: ${{ github.workspace }}/.cache diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e8badfae7..b8523c0b7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,14 +35,14 @@ jobs: echo '::echo::off' shell: bash - name: Cache webui - uses: actions/cache@v5 + uses: actions/cache@v6 id: webui-cache with: path: assets/webui key: ${{ steps.read-webui-version.outputs.cid }} - name: Cache bigger downloads - uses: actions/cache@v5 + uses: actions/cache@v6 id: cache if: steps.webui-cache.outputs.cache-hit != 'true' with: @@ -96,14 +96,14 @@ jobs: run: echo "cid=$(grep "build:webui:download" package.json | grep -Eio "bafy[a-z0-9]+")" >> $GITHUB_OUTPUT shell: bash - name: Cache webui - uses: actions/cache@v5 + uses: actions/cache@v6 id: webui-cache with: path: assets/webui key: ${{ steps.read-webui-version.outputs.cid }} - name: Cache bigger downloads - uses: actions/cache@v5 + uses: actions/cache@v6 id: cache with: path: ${{ github.workspace }}/.cache @@ -167,14 +167,14 @@ jobs: run: echo "cid=$(grep "build:webui:download" package.json | grep -Eio "bafy[a-z0-9]+")" >> $GITHUB_OUTPUT shell: bash - name: Cache webui - uses: actions/cache@v5 + uses: actions/cache@v6 id: webui-cache with: path: assets/webui key: ${{ steps.read-webui-version.outputs.cid }} - name: Cache bigger downloads - uses: actions/cache@v5 + uses: actions/cache@v6 id: cache with: path: ${{ github.workspace }}/.cache