From 7fbb6a76ada5ae0d16cb3da762f547c1ed927482 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Mar 2022 11:37:21 +0000 Subject: [PATCH] .github: Bump actions/cache from 2 to 3 Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/windows-race.yml | 2 +- .github/workflows/windows.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows-race.yml b/.github/workflows/windows-race.yml index a167a0d20..04200499f 100644 --- a/.github/workflows/windows-race.yml +++ b/.github/workflows/windows-race.yml @@ -25,7 +25,7 @@ jobs: uses: actions/checkout@v2 - name: Restore Cache - uses: actions/cache@v2 + uses: actions/cache@v3 with: # Note: unlike some other setups, this is only grabbing the mod download # cache, rather than the whole mod directory, as the download cache diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 40081d914..6625086f9 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -25,7 +25,7 @@ jobs: uses: actions/checkout@v2 - name: Restore Cache - uses: actions/cache@v2 + uses: actions/cache@v3 with: # Note: unlike some other setups, this is only grabbing the mod download # cache, rather than the whole mod directory, as the download cache