Skip to content

Commit d27d00b

Browse files
authored
Merge branch 'main' into dependabot/github_actions/actions/checkout-6
2 parents f7c1c1e + dc9e332 commit d27d00b

2 files changed

Lines changed: 3 additions & 3 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

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
make release-sha
2828
2929
- name: attach binaries
30-
uses: softprops/action-gh-release@v1
30+
uses: softprops/action-gh-release@v2
3131
with:
3232
tag_name: ${{ steps.tag.outputs.release_tag }}
3333
files: release/*

0 commit comments

Comments
 (0)