Skip to content

Commit b65d95f

Browse files
build(deps): bump the github-actions group across 1 directory with 3 updates (#4426)
Bumps the github-actions group with 3 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [actions/setup-go](https://github.com/actions/setup-go) and [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action). Updates `actions/checkout` from 3 to 4 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) Updates `actions/setup-go` from 3 to 5 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v3...v5) Updates `golangci/golangci-lint-action` from 2 to 6 - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v2...v6)
1 parent 8c8c9e7 commit b65d95f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/golangci-lint.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,16 @@ jobs:
2626
GOOS: ${{ matrix.GOOS }}
2727
run: echo Go GOOS=$GOOS
2828

29-
- uses: actions/checkout@v3
29+
- uses: actions/checkout@v4
3030

31-
- uses: actions/setup-go@v3
31+
- uses: actions/setup-go@v5
3232
with:
3333
go-version-file: .go-version
3434

3535
- name: golangci-lint
3636
env:
3737
GOOS: ${{ matrix.GOOS }}
38-
uses: golangci/golangci-lint-action@v2
38+
uses: golangci/golangci-lint-action@v6
3939
with:
4040
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
4141
version: v1.61.0

.github/workflows/post-dependabot.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
contents: write
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@v4
2020

21-
- uses: actions/setup-go@v4
21+
- uses: actions/setup-go@v5
2222
with:
2323
go-version-file: .go-version
2424

0 commit comments

Comments
 (0)