Skip to content

Commit f183628

Browse files
authored
Merge pull request #96 from UoMResearchIT/dependabot/github_actions/reuse/actions/cache-5.0.1
Bump actions/cache from 4.3.0 to 5.0.1 in /reuse
2 parents 53ac5dd + fe94107 commit f183628

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
@@ -81,7 +81,7 @@ runs:
8181
shell: bash
8282

8383
- name: Restore Cache
84-
uses: actions/cache/restore@v4.3.0
84+
uses: actions/cache/restore@v5.0.1
8585
id: cache-venv
8686
with:
8787
path: reuse-tool-venv
@@ -114,7 +114,7 @@ runs:
114114
USE_POETRY_VERSION: ${{ inputs.poetry-version }}
115115

116116
- name: Save Cache
117-
uses: actions/cache/save@v4.3.0
117+
uses: actions/cache/save@v5.0.1
118118
with:
119119
path: reuse-tool-venv
120120
key: ${{ steps.cache-venv.outputs.cache-primary-key }}

0 commit comments

Comments
 (0)