File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 20
20
uses : asdf-vm/actions/plugin-test@v2
21
21
with :
22
22
command : asdf-plugin-manager version
23
- - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
23
+ - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
24
24
- name : Test asdf-plugin-manager plugin
25
25
run : |
26
26
asdf plugin add asdf-plugin-manager .
Original file line number Diff line number Diff line change @@ -10,14 +10,14 @@ jobs:
10
10
lint :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
13
+ - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
14
14
- uses : asdf-vm/actions/install@v2
15
15
- run : scripts/lint.bash
16
16
17
17
actionlint :
18
18
runs-on : ubuntu-latest
19
19
steps :
20
- - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
20
+ - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
21
21
- name : Check workflow files
22
22
uses : docker://rhysd/actionlint:1.6.26
23
23
with :
Original file line number Diff line number Diff line change 18
18
id : release
19
19
with :
20
20
release-type : simple
21
- - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
21
+ - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
22
22
- name : Upload Release Artifact
23
23
if : ${{ steps.release.outputs.release_created }}
24
24
env :
You can’t perform that action at this time.
0 commit comments