File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -14,13 +14,13 @@ jobs:
1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
17+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
1818 with :
1919 fetch-depth : 0
2020 - name : Set up Go
21- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
21+ uses : actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5
2222 with :
23- go-version : 1.17
23+ go-version : 1.17.13
2424 - name : Set version tag
2525 run : |
2626 # go install github.com/miniscruff/changie@latest
Original file line number Diff line number Diff line change 1818 timeout-minutes : 5
1919 steps :
2020 - name : checkout
21- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
21+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
2222 # Automatically caches for performance as well
2323 # https://github.com/reviewdog/action-golangci-lint
2424 # - name: golangci-lint
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 timeout-minutes : 15
1717 steps :
18- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
18+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
1919
2020 # https://github.com/magnetikonline/action-golang-cache
2121 - name : Setup Golang with cache
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 timeout-minutes : 10
1717 steps :
18- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
18+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
1919 - uses : aquaproj/aqua-installer@fd2089d1f56724d6456f24d58605e6964deae124 # v2.3.2
2020 with :
2121 aqua_version : v2.27.4
4242 run : |
4343 echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
4444 - name : Setup Golang caches
45- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
45+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
4646 with :
4747 path : |
4848 ${HOME}/.cache/go-build
You can’t perform that action at this time.
0 commit comments