From fae516bfe8f2bf42c8668885803973953fb2c637 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Oct 2022 21:06:34 +0000 Subject: [PATCH] (maint): Bump actions/cache from 2 to 3.0.11 Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3.0.11. - [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/v2...v3.0.11) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/publishDocs.yml | 2 +- .github/workflows/release-notes.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 44a5ea8..ebb7f09 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -61,7 +61,7 @@ jobs: uses: actions/setup-dotnet@v1 - name: Cache Tools - uses: actions/cache@v2 + uses: actions/cache@v3.0.11 with: path: tools key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }} diff --git a/.github/workflows/publishDocs.yml b/.github/workflows/publishDocs.yml index a061c30..7d99f6e 100644 --- a/.github/workflows/publishDocs.yml +++ b/.github/workflows/publishDocs.yml @@ -21,7 +21,7 @@ jobs: ref: ${{ github.event.ref }} - name: Cache Tools - uses: actions/cache@v2 + uses: actions/cache@v3.0.11 with: path: tools key: ${{ runner.os }}-doc-tools-${{ hashFiles('recipe.cake') }} diff --git a/.github/workflows/release-notes.yml b/.github/workflows/release-notes.yml index b9fed99..fca5255 100644 --- a/.github/workflows/release-notes.yml +++ b/.github/workflows/release-notes.yml @@ -15,7 +15,7 @@ jobs: - name: Fetch all tags and branches run: git fetch --prune --unshallow - name: Cache Tools - uses: actions/cache@v2.1.4 + uses: actions/cache@v3.0.11 with: path: tools key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }}