Skip to content

Commit 39235b5

Browse files
authored
Merge branch 'main' into dependabot/github_actions/softprops/action-gh-release-2
2 parents 6b98745 + d9ab503 commit 39235b5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/e2e-testing.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
path: ${{ env.TAR_PATH }}
6464

6565
- name: Setup Go with cache
66-
uses: magnetikonline/action-golang-cache@v4
66+
uses: magnetikonline/action-golang-cache@v5
6767
with:
6868
go-version: 1.23
6969
id: go
@@ -111,7 +111,7 @@ jobs:
111111
echo "Found image ID: $IMAGE_ID — tagging as persistence:local"
112112
docker tag "$IMAGE_ID" persistence:local
113113
- name: Setup Go with cache
114-
uses: magnetikonline/action-golang-cache@v4
114+
uses: magnetikonline/action-golang-cache@v5
115115
with:
116116
go-version: 1.23
117117
id: go

0 commit comments

Comments
 (0)