From 83f4706edc38f13e331bb800ac0e75f772cc9994 Mon Sep 17 00:00:00 2001 From: Anton Winter Date: Wed, 18 Mar 2026 12:44:20 -0700 Subject: [PATCH] fix: upgrade conventional-actions to node24 Node 20 reaches EOL April 2026 and GitHub is migrating Actions to node24. Update SHA pins to latest releases: - conventional-actions/next-version v1.1.8 - conventional-actions/create-release v1.0.31 Upstream PRs: - https://github.com/conventional-actions/next-version/pull/96 - https://github.com/conventional-actions/create-release/pull/8 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0a76ed0..5317e78 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: fetch-depth: 0 - name: Generate next version id: version - uses: conventional-actions/next-version@v1 + uses: conventional-actions/next-version@1b3e4803a0bdf7435ba7bb5ace077445ed54e82a # v1.1.8 - name: Setup Java uses: actions/setup-java@v3 with: @@ -118,7 +118,7 @@ jobs: contents: write steps: - name: Create Release - uses: conventional-actions/create-release@v1 + uses: conventional-actions/create-release@c025b7306d14a25901b72486f97f3ebe7662a8ed # v1.0.31 with: tag_name: ${{ needs.build.outputs.version }}