From 69f0360c9b02ed61145da4c0547adc9e9149f7e8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 04:54:57 +0000 Subject: [PATCH] chore(deps): update github actions (major) --- .github/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b3fc7d0..cba189b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,12 +12,12 @@ jobs: steps: - name: ⬇️ Checkout repo - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: ⎔ Setup node - uses: actions/setup-node@v4.4.0 + uses: actions/setup-node@v7.0.0 with: - node-version: 18 + node-version: 24 - name: 📄 Update package.json to only include prettier run: | @@ -48,7 +48,7 @@ jobs: run: npx prettier --write CHANGELOG.md - name: ⬆️ Commit CHANGELOG.md - uses: stefanzweifel/git-auto-commit-action@v5.2.0 + uses: stefanzweifel/git-auto-commit-action@v7.2.0 with: branch: main commit_author: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>