Skip to content

Commit 68155dd

Browse files
Bump actions/cache from 1.1.0 to 4.3.0 (#87)
Bumps [actions/cache](https://github.com/actions/cache) from 1.1.0 to 4.3.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v1.1.0...v4.3.0) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a8ad4c2 commit 68155dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/focal_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
message("::set-output name=timestamp::${current_date}")
4848
4949
- name: ccache cache files
50-
uses: actions/cache@v1.1.0
50+
uses: actions/cache@v4.3.0
5151
with:
5252
path: ${{ env.CI_NAME }}/.ccache
5353
key: ${{ env.CI_NAME }}-ccache-${{ steps.ccache_cache_timestamp.outputs.timestamp }}

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
message("::set-output name=timestamp::${current_date}")
6161
6262
- name: ccache cache files
63-
uses: actions/cache@v1.1.0
63+
uses: actions/cache@v4.3.0
6464
with:
6565
path: ${{ matrix.env.CI_NAME }}/.ccache
6666
key: ${{ matrix.env.CI_NAME }}-ccache-${{ steps.ccache_cache_timestamp.outputs.timestamp }}

0 commit comments

Comments
 (0)