Skip to content

Commit 8396380

Browse files
authored
Merge pull request #125 from roadrunner-server/dependabot/github_actions/actions/setup-go-6
build(deps): bump actions/setup-go from 5 to 6
2 parents bbb41b1 + cc0482a commit 8396380

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
# Initializes the Golang environment for the CodeQL tools.
4040
# https://github.com/github/codeql-action/issues/1842#issuecomment-1704398087
4141
- name: Install Go
42-
uses: actions/setup-go@v5
42+
uses: actions/setup-go@v6
4343
with:
4444
go-version-file: go.mod
4545

.github/workflows/linters.yml

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

1313
- name: Set up Go
14-
uses: actions/setup-go@v5 # action page: <https://github.com/actions/setup-go>
14+
uses: actions/setup-go@v6 # action page: <https://github.com/actions/setup-go>
1515
with:
1616
go-version: stable
1717

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
os: [ "ubuntu-latest" ]
2323
steps:
2424
- name: Set up Go ${{ matrix.go }}
25-
uses: actions/setup-go@v5 # action page: <https://github.com/actions/setup-go>
25+
uses: actions/setup-go@v6 # action page: <https://github.com/actions/setup-go>
2626
with:
2727
go-version: ${{ matrix.go }}
2828

0 commit comments

Comments
 (0)