From 3cfa754478c0b9fc38f07d03a3b31edf2c6fc71a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Jan 2023 07:01:06 +0000 Subject: [PATCH] Bump actions/cache from 2.1.4 to 3.2.4 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.4 to 3.2.4. - [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.1.4...v3.2.4) --- 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 | 4 ++-- .github/workflows/rich-code-nav.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8c55bf15cd..1899d0ef99 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,7 +32,7 @@ jobs: uses: actions/checkout@v2 - name: NuGet Cache - uses: actions/cache@v2.1.4 + uses: actions/cache@v3.2.4 with: path: ~/.nuget/packages key: ${{ runner.os }}-nuget-${{ hashFiles('**/Directory.Build.targets') }} @@ -181,7 +181,7 @@ jobs: uses: actions/checkout@v2 - name: NuGet Cache - uses: actions/cache@v2.1.4 + uses: actions/cache@v3.2.4 with: path: ~/.nuget/packages key: ${{ runner.os }}-nuget-${{ hashFiles('**/Directory.Build.targets') }} diff --git a/.github/workflows/rich-code-nav.yml b/.github/workflows/rich-code-nav.yml index b0d64439f5..ddea0246d5 100644 --- a/.github/workflows/rich-code-nav.yml +++ b/.github/workflows/rich-code-nav.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@v2 - name: NuGet Cache - uses: actions/cache@v2 + uses: actions/cache@v3.2.4 with: path: ~/.nuget/packages key: ${{ runner.os }}-nuget-${{ hashFiles('**/Directory.Build.targets') }}