File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,15 +19,15 @@ jobs:
19
19
runs-on : ubuntu-latest
20
20
steps :
21
21
- name : Check out code into the Go module directory
22
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag=v4.2.2
22
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # tag=v5.0.0
23
23
- name : Calculate go version
24
24
id : vars
25
25
run : echo "go_version=$(make go-version)" >> $GITHUB_OUTPUT
26
26
- name : Set up Go
27
27
uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # tag=v5.5.0
28
28
with :
29
29
go-version : ${{ steps.vars.outputs.go_version }}
30
- - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # tag=v4.2.3
30
+ - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # tag=v4.2.4
31
31
name : Restore go cache
32
32
with :
33
33
path : |
Original file line number Diff line number Diff line change 17
17
- name : Set env
18
18
run : echo "RELEASE_TAG=${GITHUB_REF:10}" >> $GITHUB_ENV
19
19
- name : checkout code
20
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag=v4.2.2
20
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # tag=v5.0.0
21
21
with :
22
22
fetch-depth : 0
23
23
- name : Calculate go version
Original file line number Diff line number Diff line change 18
18
runs-on : ubuntu-latest
19
19
steps :
20
20
- name : Check out code
21
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag=v4.2.2
21
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # tag=v5.0.0
22
22
with :
23
23
ref : ${{ matrix.branch }}
24
24
- name : Calculate go version
You can’t perform that action at this time.
0 commit comments