From 6fd2f6f1755e28682cb57d01f8ae796341cc4608 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Dec 2024 16:03:55 +0000 Subject: [PATCH] Bump actions/cache from 3 to 4 Bumps [actions/cache](https://github.com/actions/cache) from 3 to 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/v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/net.yml | 2 +- .github/workflows/quinn.yml | 2 +- .github/workflows/s2n.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/net.yml b/.github/workflows/net.yml index 282e830..69a54aa 100644 --- a/.github/workflows/net.yml +++ b/.github/workflows/net.yml @@ -76,7 +76,7 @@ jobs: working-directory: memberlist - name: Cache Cargo registry - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.cargo/registry diff --git a/.github/workflows/quinn.yml b/.github/workflows/quinn.yml index 5b4960e..c48c43f 100644 --- a/.github/workflows/quinn.yml +++ b/.github/workflows/quinn.yml @@ -71,7 +71,7 @@ jobs: working-directory: memberlist - name: Cache Cargo registry - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.cargo/registry diff --git a/.github/workflows/s2n.yml b/.github/workflows/s2n.yml index cca1b77..b0fc741 100644 --- a/.github/workflows/s2n.yml +++ b/.github/workflows/s2n.yml @@ -71,7 +71,7 @@ jobs: # working-directory: memberlist - name: Cache Cargo registry - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.cargo/registry