From 37402f88ff536a5c6a239b51b1ec9f5bb9fc6a8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 20:58:10 +0900 Subject: [PATCH] chore(deps): bump actions/cache from 3 to 4 in /colcon-test (#273) 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> --- colcon-test/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colcon-test/action.yaml b/colcon-test/action.yaml index b6628d67..7e005778 100644 --- a/colcon-test/action.yaml +++ b/colcon-test/action.yaml @@ -79,7 +79,7 @@ runs: - name: Restore build files from cache id: restore-build-files - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ./build