Skip to content

Commit a165065

Browse files
authored
Merge pull request #2008 from plone/dependabot/github_actions/actions/cache-5
Bump actions/cache from 4 to 5 [ci-skip]
2 parents 0fb2b20 + 0199aac commit a165065

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
run: |
5555
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
5656
57-
- uses: actions/cache@v4
57+
- uses: actions/cache@v5
5858
name: Setup pnpm cache
5959
with:
6060
path: ${{ env.STORE_PATH }}

0 commit comments

Comments
 (0)