Skip to content

Commit 2a3fb34

Browse files
authored
Merge pull request #33 from stackitcloud/renovate/actions-cache-4.x
chore(deps): update actions/cache action to v4
2 parents 57efa6a + 66f7aab commit 2a3fb34

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
@@ -32,7 +32,7 @@ jobs:
3232
uses: actions/checkout@v4
3333

3434
# cache go modules
35-
- uses: actions/cache@v3
35+
- uses: actions/cache@v4
3636
with:
3737
# In order:
3838
# * Module download cache

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: actions/setup-go@v5
2929
with:
3030
go-version: stable
31-
- uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
31+
- uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
3232
with:
3333
path: |
3434
~/.cache/go-build

0 commit comments

Comments
 (0)