diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 4f8f7801..ec112396 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -21,7 +21,7 @@ jobs: id: setup-cache run: echo "::set-output name=yarn-cache::$(yarn cache dir)" - - uses: actions/cache@v2.1.5 + - uses: actions/cache@v2.1.7 with: path: | ${{ steps.setup-cache.outputs.yarn-cache }} diff --git a/.github/workflows/prod.yml b/.github/workflows/prod.yml index f539b277..444c0125 100644 --- a/.github/workflows/prod.yml +++ b/.github/workflows/prod.yml @@ -24,7 +24,7 @@ jobs: id: setup-cache run: echo "::set-output name=yarn-cache::$(yarn cache dir)" - - uses: actions/cache@v2.1.5 + - uses: actions/cache@v2.1.7 with: path: | ${{ steps.setup-cache.outputs.yarn-cache }} @@ -82,7 +82,7 @@ jobs: db-username: 'root' db-password: 'root' - - uses: actions/cache@v2.1.5 + - uses: actions/cache@v2.1.7 with: path: | ${{ steps.setup-cache.outputs.yarn-cache }} @@ -122,7 +122,7 @@ jobs: id: setup-cache run: echo "::set-output name=yarn-cache::$(yarn cache dir)" - - uses: actions/cache@v2.1.5 + - uses: actions/cache@v2.1.7 with: path: | ${{ steps.setup-cache.outputs.yarn-cache }} @@ -281,7 +281,7 @@ jobs: db-username: 'root' db-password: 'root' - - uses: actions/cache@v2.1.5 + - uses: actions/cache@v2.1.7 with: path: | ${{ steps.setup-cache.outputs.yarn-cache }} diff --git a/.github/workflows/terraform-plan.yml b/.github/workflows/terraform-plan.yml index 0010cb06..729d9c3c 100644 --- a/.github/workflows/terraform-plan.yml +++ b/.github/workflows/terraform-plan.yml @@ -30,7 +30,7 @@ jobs: id: setup-cache run: echo "::set-output name=yarn-cache::$(yarn cache dir)" - - uses: actions/cache@v2.1.5 + - uses: actions/cache@v2.1.7 with: path: | ${{ steps.setup-cache.outputs.yarn-cache }} diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 10a883d1..a7c305ac 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -31,7 +31,7 @@ jobs: id: setup run: git fetch --no-tags --prune --depth=5 origin ${{ github.base_ref }} - - uses: actions/cache@v2.1.5 + - uses: actions/cache@v2.1.7 with: path: | ${{ steps.setup-cache.outputs.yarn-cache }} @@ -96,7 +96,7 @@ jobs: id: setup run: git fetch --no-tags --prune --depth=5 origin ${{ github.base_ref }} - - uses: actions/cache@v2.1.5 + - uses: actions/cache@v2.1.7 with: path: | ${{ steps.setup-cache.outputs.yarn-cache }} @@ -165,7 +165,7 @@ jobs: id: setup run: git fetch --no-tags --prune --depth=5 origin ${{ github.base_ref }} - - uses: actions/cache@v2.1.5 + - uses: actions/cache@v2.1.7 with: path: ${{ steps.setup-cache.outputs.yarn-cache }} key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }} @@ -227,7 +227,7 @@ jobs: id: setup-cache run: echo "::set-output name=yarn-cache::$(yarn cache dir)" - - uses: actions/cache@v2.1.5 + - uses: actions/cache@v2.1.7 with: path: | ${{ steps.setup-cache.outputs.yarn-cache }}