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 1717 runs-on : ${{ matrix.os }}
1818 steps :
1919 - name : asdf_plugin_test
20- uses : asdf-vm/actions/plugin-test@v2
20+ uses : asdf-vm/actions/plugin-test@v4
2121 with :
2222 command : <TOOL CHECK>
Original file line number Diff line number Diff line change @@ -10,14 +10,14 @@ jobs:
1010 lint :
1111 runs-on : ubuntu-latest
1212 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
1515 - run : scripts/lint.bash
1616
1717 actionlint :
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@v3
20+ - uses : actions/checkout@v4
2121 - name : Check workflow files
2222 uses : docker://rhysd/actionlint:1.6.23
2323 with :
Original file line number Diff line number Diff line change 1111 semantic-pr :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : amannn/action-semantic-pull-request@v5.2.0
14+ - uses : amannn/action-semantic-pull-request@v5.5.3
1515 env :
1616 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
1717 with :
You can’t perform that action at this time.
0 commit comments