diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b4cbbaea..de354027 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,7 @@ jobs: run: echo ${{ steps.platforms.outputs.result }} - name: Cache Docker layers - uses: actions/cache@v3.0.9 + uses: actions/cache@v3.0.10 env: cache-name: buildx id: cache diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 97341218..007bef3e 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.9 + uses: actions/cache@v3.0.10 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.9 + uses: actions/cache@v3.0.10 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} @@ -160,7 +160,7 @@ jobs: run: echo ${{ steps.platforms.outputs.result }} - name: Cache Docker layers - uses: actions/cache@v3.0.9 + uses: actions/cache@v3.0.10 env: cache-name: buildx id: cache diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8d0f7430..5306fb66 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.9 + uses: actions/cache@v3.0.10 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}