From 46da4f012755109a6536f3bbe43906ccb54d24b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Feb 2023 12:24:57 +0100 Subject: [PATCH] Bump actions/cache from 3.0.10 to 3.2.5 (#168) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Antonio Navarro Perez --- .github/workflows/build.yaml | 2 +- .github/workflows/mkdocs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 3a3569d..78b97f4 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -84,7 +84,7 @@ jobs: env - name: Go module cache - uses: actions/cache@v3.0.10 + uses: actions/cache@v3.2.5 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} diff --git a/.github/workflows/mkdocs.yml b/.github/workflows/mkdocs.yml index 60421c7..9fd004a 100644 --- a/.github/workflows/mkdocs.yml +++ b/.github/workflows/mkdocs.yml @@ -22,7 +22,7 @@ jobs: with: python-version: "3.x" - - uses: actions/cache@v3.0.10 + - uses: actions/cache@v3.2.5 id: cache with: path: ~/.cache/pip