diff --git a/.github/workflows/pre-release.yml b/.github/workflows/pre-release.yml index 736ad2f2..5f79d211 100644 --- a/.github/workflows/pre-release.yml +++ b/.github/workflows/pre-release.yml @@ -23,7 +23,7 @@ jobs: - id: "yarn-cache" run: echo "::set-output name=dir::$(yarn cache dir)" - - uses: "actions/cache@v2.1.5" + - uses: "actions/cache@v2.1.6" with: path: ${{ steps.yarn-cache.outputs.dir }} key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }} diff --git a/.github/workflows/tagged-release.yml b/.github/workflows/tagged-release.yml index 791450f2..98c24b8d 100644 --- a/.github/workflows/tagged-release.yml +++ b/.github/workflows/tagged-release.yml @@ -21,7 +21,7 @@ jobs: - id: "yarn-cache" run: echo "::set-output name=dir::$(yarn cache dir)" - - uses: "actions/cache@v2.1.5" + - uses: "actions/cache@v2.1.6" with: path: ${{ steps.yarn-cache.outputs.dir }} key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }} diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 72603731..b4c83245 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -25,7 +25,7 @@ jobs: - id: "yarn-cache" run: echo "::set-output name=dir::$(yarn cache dir)" - - uses: "actions/cache@v2.1.5" + - uses: "actions/cache@v2.1.6" with: path: ${{ steps.yarn-cache.outputs.dir }} key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}