Skip to content

Commit 77acfb5

Browse files
chore(deps): update actions/cache action to v5
1 parent 36500e6 commit 77acfb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
run: |
8686
echo "YEAR_MONTH=$(/bin/date -u "+%Y%m")" >> $GITHUB_OUTPUT
8787
88-
- uses: actions/cache@v4
88+
- uses: actions/cache@v5
8989
name: Setup pnpm cache
9090
with:
9191
path: ${{ steps.pnpm-config.outputs.STORE_PATH }}

0 commit comments

Comments
 (0)