From 093515639198a375310c9902e206aa67a2ac8fc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 19:43:45 +0000 Subject: [PATCH] build(deps): bump actions/cache from 4.0.2 to 4.2.0 Bumps [actions/cache](https://github.com/actions/cache) from 4.0.2 to 4.2.0. - [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...1bd1e32a3bdc45362d1e726936510720a7c30a57) --- 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..74d1922 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@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 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..4bb8ce1 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@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 with: path: /home/runner/.cache/hugo_cache # <-- with hugo version v0.116.0 and above key: ${{ runner.os }}-hugomod-${{ hashFiles('**/go.sum') }}