diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3947729b..58781856 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,7 +69,7 @@ jobs: run: echo ${{ steps.platforms.outputs.result }} - name: Cache Docker layers - uses: actions/cache@v3.0.10 + uses: actions/cache@v3.0.11 id: cache with: path: /tmp/.buildx-cache diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f1aafbf5..94ae7dfe 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: - name: Cache Node.js modules id: cache - uses: actions/cache@v3.0.10 + uses: actions/cache@v3.0.11 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} @@ -65,7 +65,7 @@ jobs: - name: Cache Node.js modules id: cache - uses: actions/cache@v3.0.10 + uses: actions/cache@v3.0.11 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} @@ -168,7 +168,7 @@ jobs: run: echo ${{ steps.platforms.outputs.result }} - name: Cache Docker layers - uses: actions/cache@v3.0.10 + uses: actions/cache@v3.0.11 id: cache with: path: /tmp/.buildx-cache diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2a895faf..89ec58a0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,7 +23,7 @@ jobs: - name: Cache Node.js modules id: cache - uses: actions/cache@v3.0.10 + uses: actions/cache@v3.0.11 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}