Skip to content
This repository was archived by the owner on Jun 19, 2026. It is now read-only.
/ image-builder-cli Public archive

Commit 4570c7b

Browse files
dependabot[bot]achilleas-k
authored andcommitted
build(deps): 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](actions/cache@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>
1 parent ff5ab32 commit 4570c7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/bibtests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
- run: |
9999
mkdir -p /var/tmp/osbuild-test-store
100100
- name: Cache osbuild env
101-
uses: actions/cache@v4
101+
uses: actions/cache@v5
102102
with:
103103
path: /var/tmp/osbuild-test-store
104104
key: no-key-needed-here

0 commit comments

Comments
 (0)