From 38062ce020984299506a0a8dc3137e53e4935087 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 22:19:51 -0400 Subject: [PATCH] build(deps): bump actions/cache from 3 to 4 (#23) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index ab23398..bae36fd 100644 --- a/action.yml +++ b/action.yml @@ -126,7 +126,7 @@ runs: - name: Cache executables if: inputs.cache == 'true' id: cache-modflow - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ${{ env.MODFLOW_BIN_PATH }} key: ${{ steps.cache-key.outputs.key }}