diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3fb851715..912c91e33 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,7 +28,7 @@ jobs: id: yarn-cache - name: Cache Yarn - uses: actions/cache@v3.2.5 + uses: actions/cache@v3.3.2 with: path: ${{ steps.yarn-cache.outputs.DIR }} key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }} diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index f70f5690b..603ccc322 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -26,7 +26,7 @@ jobs: id: yarn-cache - name: Cache Yarn - uses: actions/cache@v3.2.5 + uses: actions/cache@v3.3.2 with: path: ${{ steps.yarn-cache.outputs.DIR }} key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }} diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 29bf829a2..f5ec81728 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -28,7 +28,7 @@ jobs: id: yarn-cache - name: Cache Yarn - uses: actions/cache@v3.2.5 + uses: actions/cache@v3.3.2 with: path: ${{ steps.yarn-cache.outputs.DIR }} key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 35efefc9c..dabd54138 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,7 +25,7 @@ jobs: id: yarn-cache - name: Cache Yarn - uses: actions/cache@v3.2.5 + uses: actions/cache@v3.3.2 with: path: ${{ steps.yarn-cache.outputs.DIR }} key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }} @@ -67,7 +67,7 @@ jobs: id: yarn-cache - name: Cache Yarn - uses: actions/cache@v3.2.5 + uses: actions/cache@v3.3.2 with: path: ${{ steps.yarn-cache.outputs.DIR }} key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }} @@ -109,7 +109,7 @@ jobs: id: yarn-cache - name: Cache Yarn - uses: actions/cache@v3.2.5 + uses: actions/cache@v3.3.2 with: path: ${{ steps.yarn-cache.outputs.DIR }} key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}