diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 495fedc6..27cb0e42 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.2.6 + uses: actions/cache@v3.3.0 id: cache with: path: /tmp/.buildx-cache diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a44d10a0..2c042519 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.2.6 + uses: actions/cache@v3.3.0 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.2.6 + uses: actions/cache@v3.3.0 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.2.6 + uses: actions/cache@v3.3.0 id: cache with: path: /tmp/.buildx-cache diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4d88b37f..13175a89 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.2.6 + uses: actions/cache@v3.3.0 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}