Skip to content

Commit 0ae540e

Browse files
authored
Update remaining GitHub Actions for Node.js 24 compatibility (#14294)
- 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.
1 parent 6ce64dc commit 0ae540e

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/create-release.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
run: |
9090
echo ${{ steps.read-version.outputs.version_full }} > version.txt
9191
92-
- uses: EndBug/add-and-commit@a94899bca583c204427a224a7af87c02f9b325d5
92+
- uses: EndBug/add-and-commit@290ea2c423ad77ca9c62ae0f5b224379612c0321
9393
if: ${{ inputs.publish-release }}
9494
id: version_commit
9595
with:
@@ -677,9 +677,7 @@ jobs:
677677
678678
- name: Create Release
679679
id: create_release
680-
uses: softprops/action-gh-release@4634c16e79c963813287e889244c50009e7f0981
681-
env:
682-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
680+
uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe
683681
with:
684682
tag_name: ${{needs.configure.outputs.tag_name}}
685683
target_commitish: ${{ needs.configure.outputs.version_commit }}

.github/workflows/test-smokes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ jobs:
217217
quarto install chrome-headless-shell --no-prompt
218218
219219
- name: Setup Julia
220-
uses: julia-actions/setup-julia@v2
220+
uses: julia-actions/setup-julia@a8c65a2a580b6a5cf30070e825e62f9fc0fee1d7
221221
id: setup-julia
222222
with:
223223
version: "1.12.5"

0 commit comments

Comments
 (0)