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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.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@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .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@0a35821d5c230e903fcfe077583637dea1b27b47 # v9 .0.0
2424 - name : Run Test
2525 run : |
2626 make test
You can’t perform that action at this time.
0 commit comments