Skip to content

Commit 4c5e0e7

Browse files
authored
Merge pull request #6 from BackendStack21/dependabot/github_actions/github-actions-e986305a06
ci(deps): bump actions/setup-go from 6 to 7 in the github-actions group
2 parents ba4d278 + e9e2aef commit 4c5e0e7

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v7
1717

1818
- name: Set up Go
19-
uses: actions/setup-go@v6
19+
uses: actions/setup-go@v7
2020
with:
2121
go-version-file: go.mod
2222
cache: true
@@ -46,7 +46,7 @@ jobs:
4646
- uses: actions/checkout@v7
4747

4848
- name: Set up Go
49-
uses: actions/setup-go@v6
49+
uses: actions/setup-go@v7
5050
with:
5151
go-version-file: go.mod
5252
cache: true

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fetch-depth: 0
1919

2020
- name: Set up Go
21-
uses: actions/setup-go@v6
21+
uses: actions/setup-go@v7
2222
with:
2323
go-version-file: go.mod
2424
cache: true

0 commit comments

Comments
 (0)