From cc9aa0997257be0268aaa0f14c5d21d0cf7b7809 Mon Sep 17 00:00:00 2001 From: Christophe Dervieux Date: Wed, 1 Apr 2026 12:00:12 +0200 Subject: [PATCH] Update remaining GitHub Actions for Node.js 24 compatibility MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - EndBug/add-and-commit: v9.1.4 (node20) → v10.0.0 (node24) - softprops/action-gh-release: v1-era (node20) → v2.6.1, remove deprecated env GITHUB_TOKEN - julia-actions/setup-julia: @v2 (node20) → master SHA with node24 (no release yet) Follow-up to #14199 which updated official actions/* and other third-party actions. --- .github/workflows/create-release.yml | 6 ++---- .github/workflows/test-smokes.yml | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index f4db596d7bf..12ec4f5a757 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -89,7 +89,7 @@ jobs: run: | echo ${{ steps.read-version.outputs.version_full }} > version.txt - - uses: EndBug/add-and-commit@a94899bca583c204427a224a7af87c02f9b325d5 + - uses: EndBug/add-and-commit@290ea2c423ad77ca9c62ae0f5b224379612c0321 if: ${{ inputs.publish-release }} id: version_commit with: @@ -677,9 +677,7 @@ jobs: - name: Create Release id: create_release - uses: softprops/action-gh-release@4634c16e79c963813287e889244c50009e7f0981 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe with: tag_name: ${{needs.configure.outputs.tag_name}} target_commitish: ${{ needs.configure.outputs.version_commit }} diff --git a/.github/workflows/test-smokes.yml b/.github/workflows/test-smokes.yml index 32e1718f813..c757f143d96 100644 --- a/.github/workflows/test-smokes.yml +++ b/.github/workflows/test-smokes.yml @@ -217,7 +217,7 @@ jobs: quarto install chrome-headless-shell --no-prompt - name: Setup Julia - uses: julia-actions/setup-julia@v2 + uses: julia-actions/setup-julia@a8c65a2a580b6a5cf30070e825e62f9fc0fee1d7 id: setup-julia with: version: "1.12.5"