From ec6334017fb1a450611333454ff06ac5ea713acb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 15:33:45 -0500 Subject: [PATCH] Bump actions/cache from 3 to 4 (#202) 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> Co-authored-by: Adam Li --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 31475a6fe..d6bcdc98e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -79,7 +79,7 @@ jobs: echo "timestamp=${NOW}" >> $GITHUB_OUTPUT - name: Setup compiler cache - uses: actions/cache@v3 + uses: actions/cache@v4 id: cache-ccachev1 # Reference: https://docs.github.com/en/actions/guides/caching-dependencies-to-speed-up-workflows#matching-a-cache-key # NOTE: The caching strategy is modeled in a way that it will always have a unique cache key for each workflow run @@ -186,7 +186,7 @@ jobs: echo "timestamp=${NOW}" >> $GITHUB_OUTPUT - name: Setup compiler cache - uses: actions/cache@v3 + uses: actions/cache@v4 id: cache-ccachev1 # Reference: https://docs.github.com/en/actions/guides/caching-dependencies-to-speed-up-workflows#matching-a-cache-key # NOTE: The caching strategy is modeled in a way that it will always have a unique cache key for each workflow run