From 0cb65dec312e41f3a679c3b0f71c9c93c8bc8fff Mon Sep 17 00:00:00 2001 From: Theo Bob Massard Date: Tue, 8 Apr 2025 16:03:17 +0200 Subject: [PATCH 1/2] ci: upgrade actions to latest stable Signed-off-by: Theo Bob Massard --- template/.github/workflows/build.yml | 2 +- template/.github/workflows/lint.yml | 6 +++--- template/.github/workflows/semantic-pr.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/template/.github/workflows/build.yml b/template/.github/workflows/build.yml index d58fe52..88ca176 100644 --- a/template/.github/workflows/build.yml +++ b/template/.github/workflows/build.yml @@ -17,6 +17,6 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: asdf_plugin_test - uses: asdf-vm/actions/plugin-test@v2 + uses: asdf-vm/actions/plugin-test@v3 with: command: diff --git a/template/.github/workflows/lint.yml b/template/.github/workflows/lint.yml index 5c3ffed..f45659d 100644 --- a/template/.github/workflows/lint.yml +++ b/template/.github/workflows/lint.yml @@ -10,14 +10,14 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - uses: asdf-vm/actions/install@v2 + - uses: actions/checkout@v4 + - uses: asdf-vm/actions/install@v3 - run: scripts/lint.bash actionlint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Check workflow files uses: docker://rhysd/actionlint:1.6.23 with: diff --git a/template/.github/workflows/semantic-pr.yml b/template/.github/workflows/semantic-pr.yml index 8b26fa4..796f090 100644 --- a/template/.github/workflows/semantic-pr.yml +++ b/template/.github/workflows/semantic-pr.yml @@ -11,7 +11,7 @@ jobs: semantic-pr: runs-on: ubuntu-latest steps: - - uses: amannn/action-semantic-pull-request@v5.2.0 + - uses: amannn/action-semantic-pull-request@v5.5.3 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: From 00aa67734d2005040584b80f49ff4ccd92f82a2d Mon Sep 17 00:00:00 2001 From: Theo Bob Massard Date: Mon, 9 Jun 2025 11:23:03 +0200 Subject: [PATCH 2/2] ci: upgrade to v4 Signed-off-by: Theo Bob Massard --- template/.github/workflows/build.yml | 2 +- template/.github/workflows/lint.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/template/.github/workflows/build.yml b/template/.github/workflows/build.yml index 88ca176..ddacbb6 100644 --- a/template/.github/workflows/build.yml +++ b/template/.github/workflows/build.yml @@ -17,6 +17,6 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: asdf_plugin_test - uses: asdf-vm/actions/plugin-test@v3 + uses: asdf-vm/actions/plugin-test@v4 with: command: diff --git a/template/.github/workflows/lint.yml b/template/.github/workflows/lint.yml index f45659d..bed6bc7 100644 --- a/template/.github/workflows/lint.yml +++ b/template/.github/workflows/lint.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: asdf-vm/actions/install@v3 + - uses: asdf-vm/actions/install@v4 - run: scripts/lint.bash actionlint: