File tree 6 files changed +6
-6
lines changed 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 23
23
go-version : ' 1.21'
24
24
id : go
25
25
- name : Check out code into the Go module directory
26
- uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # tag=v3.3.0
26
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag=v4.1.1
27
27
- uses : actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12 # tag=v3.2.3
28
28
name : Restore go cache
29
29
with :
Original file line number Diff line number Diff line change 16
16
working-directory :
17
17
- " "
18
18
steps :
19
- - uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # tag=v3.4.0
19
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag=v4.1.1
20
20
- name : Calculate go version
21
21
id : vars
22
22
run : echo "go_version=$(make go-version)" >> $GITHUB_OUTPUT
Original file line number Diff line number Diff line change 14
14
name : Broken Links
15
15
runs-on : ubuntu-latest
16
16
steps :
17
- - uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # tag=v3.3.0
17
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag=v4.1.1
18
18
- uses : gaurav-nelson/github-action-markdown-link-check@5c5dfc0ac2e225883c0e5f03a85311ec2830d368 # tag=v1
19
19
with :
20
20
use-quiet-mode : ' yes'
Original file line number Diff line number Diff line change 12
12
name : Broken Links
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # tag=v3.3.0
15
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag=v4.1.1
16
16
- uses : gaurav-nelson/github-action-markdown-link-check@5c5dfc0ac2e225883c0e5f03a85311ec2830d368 # tag=v1
17
17
with :
18
18
use-quiet-mode : ' yes'
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@ac593985615ec2ede58e132d2e21d2b1cbd6127c # tag=v3.3.0
20
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag=v4.1.1
21
21
with :
22
22
fetch-depth : 0
23
23
- name : Install go
Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- name : Check out code
16
- uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # tag=v3.1.0
16
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag=v3.1.0
17
17
- name : Setup go
18
18
uses : actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 # tag=v3.4.0
19
19
with :
You can’t perform that action at this time.
0 commit comments