From 2027d802ab9cddc0889fb0998cca9a4a671add82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Feb 2021 12:41:03 +0900 Subject: [PATCH] ci: bump actions/cache from v2 to v2.1.4 (#282) Bumps [actions/cache](https://github.com/actions/cache) from v2 to v2.1.4. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v2...26968a09c0ea4f3e233fdddbafd1166051a095f6) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/deploy-github-pages.yml | 2 +- .github/workflows/test.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy-github-pages.yml b/.github/workflows/deploy-github-pages.yml index 43a5b0b6d..92693a85d 100644 --- a/.github/workflows/deploy-github-pages.yml +++ b/.github/workflows/deploy-github-pages.yml @@ -38,7 +38,7 @@ jobs: hugo-version: "${{ steps.hugo_version.outputs.hugo_version }}" extended: true - - uses: actions/cache@v2 + - uses: actions/cache@v2.1.4 with: path: /tmp/hugo_cache key: ${{ runner.os }}-hugomod-${{ hashFiles('**/go.sum') }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6406ecd58..646e9754c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -36,7 +36,7 @@ jobs: hugo-version: "${{ steps.hugo_version.outputs.hugo_version }}" extended: true - - uses: actions/cache@v2 + - uses: actions/cache@v2.1.4 with: path: /tmp/hugo_cache key: ${{ runner.os }}-hugomod-${{ hashFiles('**/go.sum') }} @@ -66,7 +66,7 @@ jobs: steps: - uses: actions/checkout@v2 - - uses: actions/cache@v2 + - uses: actions/cache@v2.1.4 with: path: /tmp/hugo_cache key: ${{ runner.os }}-hugomod-${{ hashFiles('**/go.sum') }} @@ -101,7 +101,7 @@ jobs: hugo-version: "${{ steps.hugo_version.outputs.hugo_version }}" extended: ${{ matrix.extended }} - - uses: actions/cache@v2 + - uses: actions/cache@v2.1.4 with: path: /tmp/hugo_cache key: ${{ runner.os }}-hugomod-${{ hashFiles('**/go.sum') }}