File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
template/.github/workflows Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 17
17
runs-on : ${{ matrix.os }}
18
18
steps :
19
19
- name : asdf_plugin_test
20
- uses : asdf-vm/actions/plugin-test@v2
20
+ uses : asdf-vm/actions/plugin-test@v4
21
21
with :
22
22
command : <TOOL CHECK>
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@v3
14
- - uses : asdf-vm/actions/install@v2
13
+ - uses : actions/checkout@v4
14
+ - uses : asdf-vm/actions/install@v4
15
15
- run : scripts/lint.bash
16
16
17
17
actionlint :
18
18
runs-on : ubuntu-latest
19
19
steps :
20
- - uses : actions/checkout@v3
20
+ - uses : actions/checkout@v4
21
21
- name : Check workflow files
22
22
uses : docker://rhysd/actionlint:1.6.23
23
23
with :
Original file line number Diff line number Diff line change 11
11
semantic-pr :
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : amannn/action-semantic-pull-request@v5.2.0
14
+ - uses : amannn/action-semantic-pull-request@v5.5.3
15
15
env :
16
16
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
17
17
with :
You can’t perform that action at this time.
0 commit comments