diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3fb851715..5c7290877 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.1 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..08e0cfe25 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.1 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..b40a0c487 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.1 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..bcce068e9 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.1 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.1 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.1 with: path: ${{ steps.yarn-cache.outputs.DIR }} key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}