Skip to content

Commit 8ee7a1f

Browse files
authored
ci: upgrade actions to latest stable (#94)
Signed-off-by: Theo Bob Massard <[email protected]>
1 parent bfe9f59 commit 8ee7a1f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

template/.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
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>

template/.github/workflows/lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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:

template/.github/workflows/semantic-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
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:

0 commit comments

Comments
 (0)