Skip to content

Commit 629ae87

Browse files
authored
Merge pull request #24 from 0dragosh/renovate/actions-cache-6.x
2 parents 9966860 + 32cc0aa commit 629ae87

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
cache-dependency-path: "**/go.sum"
3030

3131
- name: Cache Go modules
32-
uses: actions/cache@v5
32+
uses: actions/cache@v6
3333
with:
3434
path: |
3535
~/.cache/go-build

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
cache-dependency-path: "**/go.sum"
3737

3838
- name: Cache Go modules
39-
uses: actions/cache@v5
39+
uses: actions/cache@v6
4040
with:
4141
path: |
4242
~/.cache/go-build
@@ -59,7 +59,7 @@ jobs:
5959
network=host
6060
6161
- name: Cache Docker outputs
62-
uses: actions/cache@v5
62+
uses: actions/cache@v6
6363
with:
6464
path: /tmp/.buildx-cache
6565
key: ${{ runner.os }}-buildx-${{ github.sha }}

0 commit comments

Comments
 (0)