Skip to content

Commit 27eba86

Browse files
chore(deps): bump actions/cache from 5 to 6 (apisyouwonthate#784)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e571640 commit 27eba86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
# Cache pnpm modules
3030
- name: Cache pnpm modules
31-
uses: actions/cache@v5
31+
uses: actions/cache@v6
3232
with:
3333
path: ~/.pnpm-store
3434
key: ${{ runner.os }}-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}

0 commit comments

Comments
 (0)