mirror of
https://github.com/outbackdingo/labca.git
synced 2026-01-27 02:19:27 +00:00
Bump actions/cache from 4 to 5
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [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/v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
committed by
Arjan H.
parent
5c25f269a4
commit
454daf64a9
4
.github/workflows/build-dockers.yml
vendored
4
.github/workflows/build-dockers.yml
vendored
@@ -38,7 +38,7 @@ jobs:
|
||||
commit_user_email: ${{ vars.COMMIT_USER }}
|
||||
|
||||
- name: Cache build output
|
||||
uses: actions/cache/save@v4
|
||||
uses: actions/cache/save@v5
|
||||
with:
|
||||
path: build
|
||||
key: build-dockers-${{ github.sha }}
|
||||
@@ -67,7 +67,7 @@ jobs:
|
||||
ref: ${{ github.head_ref }}
|
||||
|
||||
- name: Restore build output
|
||||
uses: actions/cache/restore@v4
|
||||
uses: actions/cache/restore@v5
|
||||
with:
|
||||
path: build
|
||||
key: build-dockers-${{ github.sha }}
|
||||
|
||||
Reference in New Issue
Block a user