From 9b555671dab402539b6e1f9ae1f0d5b99644244b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 19:26:40 +0000 Subject: [PATCH] build(deps): bump actions/cache from 4.0.2 to 4.1.2 Bumps [actions/cache](https://github.com/actions/cache) from 4.0.2 to 4.1.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/0c45773b623bea8c8e75f6c82b208c3cf94ea4f9...6849a6489940f00c2f30c0fb92c6274307ccb58a) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yaml | 2 +- .github/workflows/pages.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 9713c4b..2784bc1 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -43,7 +43,7 @@ jobs: extended: true - name: Setup Hugo cache - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 with: path: /home/runner/.cache/hugo_cache # <-- with hugo version v0.116.0 and above key: ${{ runner.os }}-hugomod-${{ hashFiles('**/go.sum') }} diff --git a/.github/workflows/pages.yaml b/.github/workflows/pages.yaml index bc0513e..499683c 100644 --- a/.github/workflows/pages.yaml +++ b/.github/workflows/pages.yaml @@ -50,7 +50,7 @@ jobs: extended: true - name: Setup Hugo cache - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 with: path: /home/runner/.cache/hugo_cache # <-- with hugo version v0.116.0 and above key: ${{ runner.os }}-hugomod-${{ hashFiles('**/go.sum') }}