Skip to content

Commit d9ab503

Browse files
authored
Merge pull request #457 from persistenceOne/dependabot/github_actions/magnetikonline/action-golang-cache-5
chore(deps): bump magnetikonline/action-golang-cache from 4 to 5
2 parents 4201070 + f7692ba commit d9ab503

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)