File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 14
14
verify_json :
15
15
runs-on : ubuntu-latest
16
16
steps :
17
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
17
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
18
18
19
19
- name : Install yajl-tools
20
20
run : sudo apt-get install -qq yajl-tools
25
25
confirm_built :
26
26
runs-on : ubuntu-latest
27
27
steps :
28
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
28
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
29
29
30
30
- name : Install node
31
31
uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
54
54
check_format :
55
55
runs-on : ubuntu-latest
56
56
steps :
57
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
57
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
58
58
59
59
- name : Install node
60
60
uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
You can’t perform that action at this time.
0 commit comments