File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,16 +11,16 @@ jobs:
1111 timeout-minutes : 5
1212 steps :
1313 - name : Checkout
14- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
14+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
1515 with :
1616 persist-credentials : false
1717 - name : Setup Go
18- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
18+ uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1 .0
1919 with :
2020 go-version-file : go.mod
2121 cache-dependency-path : go.sum
2222 - name : golangci-lint
23- uses : golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0 .0
23+ uses : golangci/golangci-lint-action@e7fa5ac41e1cf5b7d48e45e42232ce7ada589601 # v9.1 .0
2424 - name : Run Test
2525 run : |
2626 make test
You can’t perform that action at this time.
0 commit comments