Skip to content

Commit 4c146e5

Browse files
Bump actions/cache from 4 to 5 (#4219)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3b61b57 commit 4c146e5

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/buf-binary-size.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
go-version: "1.25.x"
2323
check-latest: true
2424
- name: cache
25-
uses: actions/cache@v4
25+
uses: actions/cache@v5
2626
with:
2727
path: |
2828
~/.cache/buf/${{ runner.os }}/x86_64/bin

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
go-version: "1.25.x"
2323
check-latest: true
2424
- name: cache
25-
uses: actions/cache@v4
25+
uses: actions/cache@v5
2626
with:
2727
path: |
2828
~/.cache/buf/${{ runner.os }}/x86_64/bin
@@ -34,7 +34,7 @@ jobs:
3434
restore-keys: |
3535
${{ runner.os }}-buf-lint-
3636
- name: golangci-lint-cache
37-
uses: actions/cache@v4
37+
uses: actions/cache@v5
3838
with:
3939
path: ~/.cache/golangci-lint
4040
# https://github.com/golangci/golangci-lint-action#caching-internals includes an interval number in the cache
@@ -59,7 +59,7 @@ jobs:
5959
go-version: "1.25.x"
6060
check-latest: true
6161
- name: cache
62-
uses: actions/cache@v4
62+
uses: actions/cache@v5
6363
with:
6464
path: |
6565
~/.cache/buf/${{ runner.os }}/x86_64/bin

.github/workflows/previous.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
go-version: ${{ matrix.go-version }}
2626
check-latest: true
2727
- name: cache
28-
uses: actions/cache@v4
28+
uses: actions/cache@v5
2929
with:
3030
path: |
3131
~/.cache/buf/${{ runner.os }}/x86_64/bin

.github/workflows/windows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
check-latest: true
3131
cache: true
3232
- name: windows-cache
33-
uses: actions/cache@v4
33+
uses: actions/cache@v5
3434
with:
3535
path: |
3636
${{ env.DOWNLOAD_CACHE }}

0 commit comments

Comments
 (0)