From efa2aa58820cffc090f0ec39a414fb480dbdea65 Mon Sep 17 00:00:00 2001 From: Anton Winter Date: Wed, 18 Mar 2026 12:44:28 -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 5b4a21e..17a36a3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,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 .netrc uses: conventional-actions/setup-netrc@v1 - name: Setup Go @@ -137,7 +137,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 }} artifacts: '*'