Skip to content

Commit 4d1503d

Browse files
Bump actions/cache from 4.2.0 to 4.3.0 in /reuse
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.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@v4.2.0...v4.3.0) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 420a3c3 commit 4d1503d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reuse/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ runs:
4343
shell: bash
4444

4545
- name: Restore Cache
46-
uses: actions/cache/restore@v4.2.0
46+
uses: actions/cache/restore@v4.3.0
4747
id: cache-venv
4848
with:
4949
path: reuse-tool-venv
@@ -73,7 +73,7 @@ runs:
7373
shell: bash
7474

7575
- name: Save Cache
76-
uses: actions/cache/save@v4.2.0
76+
uses: actions/cache/save@v4.3.0
7777
with:
7878
path: reuse-tool-venv
7979
key: ${{ steps.cache-venv.outputs.cache-primary-key }}

0 commit comments

Comments
 (0)