Skip to content

Commit 944edab

Browse files
Merge pull request #3221 from OctopusDeploy/dependabot/github_actions/actions/cache-6
Bump actions/cache from 5 to 6
2 parents eafe771 + bfe8c69 commit 944edab

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/branch-markdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
run: |
6969
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
7070
71-
- uses: actions/cache@v5
71+
- uses: actions/cache@v6
7272
if: steps.changed-files.outputs.count > 0
7373
name: Setup pnpm cache
7474
with:

.github/workflows/branch-spellcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: |
4343
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
4444
45-
- uses: actions/cache@v5
45+
- uses: actions/cache@v6
4646
name: Setup pnpm cache
4747
with:
4848
path: ${{ env.STORE_PATH }}

0 commit comments

Comments
 (0)