Skip to content

Commit 016c562

Browse files
authored
Merge branch 'main' into dependabot/github_actions/amannn/action-semantic-pull-request-6
2 parents 6eb507c + 209ef68 commit 016c562

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/qa.yml

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

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
fetch-depth: '0'
1818
- name: Use Go
19-
uses: actions/setup-go@v5
19+
uses: actions/setup-go@v6
2020
with:
2121
go-version-file: ./go.mod
2222
- name: Run QA

0 commit comments

Comments
 (0)