File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,16 +13,16 @@ jobs:
1313 steps :
1414 - name : Checkout repository
1515 # https://github.com/actions/checkout/releases/tag/v4.1.1
16- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
16+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1717 - name : Install Go
1818 # https://github.com/actions/setup-go/releases/tag/v5.0.0
19- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
19+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
2020 with :
2121 go-version-file : ' go.mod'
2222 - name : Install mockgen
2323 run :
go install go.uber.org/mock/[email protected] 2424 - name : Install golangci-lint
25- uses : golangci/golangci-lint-action@55c2c1448f86e01eaae002a5a3a9624417608d84 # v6.5.2
25+ uses : golangci/golangci-lint-action@0a35821d5c230e903fcfe077583637dea1b27b47 # v9.0.0
2626 with :
2727 version : v1.64.8
2828 - name : Install env-test
Original file line number Diff line number Diff line change 1212 contents : write
1313 steps :
1414 - name : Checkout repository
15- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
15+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1616
1717 - name : Create release on Github
1818 run : |
You can’t perform that action at this time.
0 commit comments