From f45b58142c6ae3bb90e07770b465b4466e8a4811 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 20:19:12 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v4 --- .github/workflows/build.yml | 4 ++-- .github/workflows/release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f3a26da..6ec8d1c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,7 +27,7 @@ jobs: with: fetch-depth: 2 - - uses: actions/cache@v3.3.3 + - uses: actions/cache@v4.0.0 with: path: ~/.nuget/packages # Look to see if there is a cache hit for the corresponding requirements file @@ -66,7 +66,7 @@ jobs: with: fetch-depth: 0 # needed so minver finds git tags https://github.com/actions/checkout/issues/172 - - uses: actions/cache@v3.3.3 + - uses: actions/cache@v4.0.0 with: path: ~/.nuget/packages # Look to see if there is a cache hit for the corresponding requirements file diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8c69aed..8ab57f3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ jobs: with: fetch-depth: 0 # needed so minver finds git tags https://github.com/actions/checkout/issues/172 - - uses: actions/cache@v3.3.3 + - uses: actions/cache@v4.0.0 with: path: ~/.nuget/packages # Look to see if there is a cache hit for the corresponding requirements file