From 2ccfe47c9711e912e27abaf0a4865a0b8d70589e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Oct 2022 17:53:26 +0200 Subject: [PATCH] Bump actions/cache from 3.0.1 to 3.0.10 (#145) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 59f558b..853ca0d 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.1 + uses: actions/cache@v3.0.10 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 7d58b27..dcc22d2 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.1 + - uses: actions/cache@v3.0.10 id: cache with: path: ~/.cache/pip