Skip to content

Commit 5d92733

Browse files
chore(deps): update actions/cache action to v5 (#4)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 22d4398 commit 5d92733

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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@v4
33+
uses: actions/cache@v5
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@v4
33+
uses: actions/cache@v5
3434
with:
3535
path: ~/go/bin
3636
key: ${{ runner.os }}-go-tools-${{ hashFiles('.mise.toml') }}

0 commit comments

Comments
 (0)