From 3cef7f7b7347aa23b1b025c5ce498f08d617c9b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 11:35:52 +0000 Subject: [PATCH] Bump actions/cache from 3.3.1 to 4.0.2 Bumps [actions/cache](https://github.com/actions/cache) from 3.3.1 to 4.0.2. - [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.1...v4.0.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index 430c76a..f1bc1e5 100644 --- a/action.yaml +++ b/action.yaml @@ -36,7 +36,7 @@ runs: - name: Cache Swift Toolchain id: swift-toolchain-cache - uses: actions/cache@v3.3.1 + uses: actions/cache@v4.0.2 with: path: ${{ env.TOOLCHAIN_CACHE_PATH }} key: ${{ env.TOOLCHAIN_CACHE_KEY }}