From fe7540149798564f94470bcda4d81eb4c7e0bc7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 21:23:17 +0000 Subject: [PATCH] chore(deps): bump the actions group Bumps the actions group in /.github/actions/post-build-env with 1 update: [actions/cache](https://github.com/actions/cache). Updates `actions/cache` from 3.3.3 to 4.0.0 - [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.3.3...v4.0.0) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/actions/post-build-env/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/post-build-env/action.yml b/.github/actions/post-build-env/action.yml index 5678ec8..1ae52a3 100644 --- a/.github/actions/post-build-env/action.yml +++ b/.github/actions/post-build-env/action.yml @@ -14,7 +14,7 @@ runs: steps: - name: Cache cargo output (save) if: inputs.cargo-cache-hit != 'true' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develop') - uses: actions/cache/save@v3.3.3 + uses: actions/cache/save@v4.0.0 with: path: | ~/.cargo/bin/