diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3fb851715..e656b4976 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.2.6 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..2394643b9 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.2.6 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..18d8ea6ac 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.2.6 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..d46200fdb 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.2.6 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.2.6 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.2.6 with: path: ${{ steps.yarn-cache.outputs.DIR }} key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}