Skip to content

Commit 416d93f

Browse files
authored
Merge branch 'main' into dependabot/docker/golang-1.25.1
2 parents 8794d0f + e4b5ed7 commit 416d93f

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/action-docker-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uses: actions/checkout@v5
4444

4545
- name: setup go
46-
uses: actions/setup-go@v5
46+
uses: actions/setup-go@v6
4747
with:
4848
go-version-file: go.mod
4949

.github/workflows/action-source-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
uses: actions/checkout@v5
1111

1212
- name: setup go
13-
uses: actions/setup-go@v5
13+
uses: actions/setup-go@v6
1414
with:
1515
go-version-file: go.mod
1616

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- name: checkout
99
uses: actions/checkout@v5
1010
- name: setup go
11-
uses: actions/setup-go@v5
11+
uses: actions/setup-go@v6
1212
with:
1313
go-version-file: go.mod
1414
- name: go mod tidy check

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v5
1515

16-
- uses: actions/setup-go@v5
16+
- uses: actions/setup-go@v6
1717
with:
1818
go-version-file: go.mod
1919

@@ -29,7 +29,7 @@ jobs:
2929
3030
- name: update the major version tag
3131
id: majorver
32-
uses: actions/publish-action@v0.3.0
32+
uses: actions/publish-action@v0.4.0
3333
with:
3434
source-tag: ${{ env.RELEASE_VERSION }}
3535

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: checkout
1515
uses: actions/checkout@v5
1616
- name: setup go
17-
uses: actions/setup-go@v5
17+
uses: actions/setup-go@v6
1818
with:
1919
go-version-file: go.mod
2020

0 commit comments

Comments
 (0)