Skip to content

Commit 1385e6a

Browse files
[chore] : Bump the actions group across 1 directory with 4 updates
Bumps the actions group with 4 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [actions/setup-go](https://github.com/actions/setup-go), [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) and [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/checkout` from 4.2.2 to 5.0.0 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@11bd719...08c6903) Updates `actions/setup-go` from 5.2.0 to 5.5.0 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@3041bf5...d35c59a) Updates `golangci/golangci-lint-action` from 3.4.0 to 8.0.0 - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@08e2f20...4afd733) Updates `actions/upload-artifact` from 4.3.3 to 4.6.2 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@6546280...ea165f8) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/setup-go dependency-version: 5.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: golangci/golangci-lint-action dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/upload-artifact dependency-version: 4.6.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a94c635 commit 1385e6a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@ jobs:
1010

1111
steps:
1212
- name: Checkout Code
13-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
13+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
1414
- name: Setup Go
15-
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
15+
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00
1616
with:
1717
go-version: '1.23'
1818
- name: Run golanci-lint
19-
uses: golangci/golangci-lint-action@08e2f20817b15149a52b5b3ebe7de50aff2ba8c5
19+
uses: golangci/golangci-lint-action@0a35821d5c230e903fcfe077583637dea1b27b47
2020
- name: Run test and generate coverage report
2121
run: go test -v ./... -coverprofile=coverage.out
2222
- name: Upload Covergae Report
23-
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808
23+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
2424
with:
2525
path: coverage.out
2626
name: Coverage-report

0 commit comments

Comments
 (0)