Skip to content

Commit 1261e48

Browse files
authored
Merge pull request #5250 from DSpace/dependabot/github_actions/dspace-8_x/actions/cache-5
Bump actions/cache from 4 to 5
2 parents f6ac8da + 486dfdd commit 1261e48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
id: yarn-cache-dir-path
8181
run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
8282
- name: Cache Yarn dependencies
83-
uses: actions/cache@v4
83+
uses: actions/cache@v5
8484
with:
8585
# Cache entire Yarn cache directory (see previous step)
8686
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}

0 commit comments

Comments
 (0)