File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 12
12
actionlint :
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
15
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
16
16
- name : " Check GitHub workflow files"
17
17
uses : docker://docker.mirror.hashicorp.services/rhysd/actionlint:latest
18
18
with :
Original file line number Diff line number Diff line change 7
7
run-tests :
8
8
runs-on : ubuntu-latest
9
9
steps :
10
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
10
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
11
11
12
12
- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
13
13
with :
Original file line number Diff line number Diff line change 11
11
go-version : ['1.24', '1.23']
12
12
steps :
13
13
- name : Checkout Code
14
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
14
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
15
15
16
16
- name : Setup Go
17
17
uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
You can’t perform that action at this time.
0 commit comments