Skip to content

Commit 6cd220f

Browse files
chore(deps): update actions/cache action to v6
1 parent 54a73e4 commit 6cd220f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

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

3131
- name: Cache Go tools
3232
id: go-tools-cache
33-
uses: actions/cache@v5
33+
uses: actions/cache@v6
3434
with:
3535
path: ~/go/bin
3636
key: ${{ runner.os }}-go-tools-${{ hashFiles('.mise.toml') }}

.github/workflows/pr-checks.yml

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

3131
- name: Cache Go tools
3232
id: go-tools-cache
33-
uses: actions/cache@v5
33+
uses: actions/cache@v6
3434
with:
3535
path: ~/go/bin
3636
key: ${{ runner.os }}-go-tools-${{ hashFiles('.mise.toml') }}

0 commit comments

Comments
 (0)