diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b3fc7d0..d1a20bf 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: ⎔ Setup node - uses: actions/setup-node@v4.4.0 + uses: actions/setup-node@v6.3.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.1.0 with: branch: main commit_author: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>