From a374d1c6267f4bbe67f0b23cb1829da59ed897d7 Mon Sep 17 00:00:00 2001 From: Moritz Eck Date: Wed, 8 Jul 2026 00:42:04 +0200 Subject: [PATCH] chore(ci): bump actions to Node 24 runtimes Silence Node 20 deprecation warnings: - jdx/mise-action v2 -> v4 - softprops/action-gh-release v2 -> v3 - actions/checkout v4 -> v5 (ci.yml) Co-Authored-By: Claude Opus 4.8 (1M context) --- .github/workflows/ci.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3e13df7..b108630 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,10 +13,10 @@ jobs: runs-on: macos-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup mise - uses: jdx/mise-action@v2 + uses: jdx/mise-action@v4 with: cache: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e37405e..29414aa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@v5 - name: Setup mise - uses: jdx/mise-action@v2 + uses: jdx/mise-action@v4 with: cache: true @@ -98,7 +98,7 @@ jobs: } >> "$GITHUB_ENV" - name: Create draft GitHub release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: ${{ env.RELEASE_TAG }} name: ${{ env.RELEASE_TAG }}