File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,14 +14,14 @@ jobs:
1414 lint-and-test :
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5 .2
17+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2 .2
1818
19- - uses : actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0 .0
19+ - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
2020 with :
2121 go-version : ' 1.23'
2222
2323 - name : Run golangci-lint
24- uses : golangci/golangci-lint-action@08e2f20817b15149a52b5b3ebe7de50aff2ba8c5 # v3.4 .0
24+ uses : golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0 .0
2525 with :
2626 version : latest
2727 skip-cache : true
3030 run : go test -v -race ./... -coverprofile=coverage.out
3131
3232 - name : Upload the coverage report
33- uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808
33+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
3434 with :
3535 path : coverage.out
3636 name : Coverage-report
You can’t perform that action at this time.
0 commit comments