Skip to content

Commit

Permalink
ci: update more action step versions
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgrieser committed Aug 17, 2024
1 parent 729414c commit 4afcf09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: setup node
uses: actions/setup-node@v4
with:
node-version: "21.x"
node-version: "22.x"

- name: build, lower syntax, and minify
run: |
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
mv -f "temp.md" "Changelog.md"
- name: commit
uses: stefanzweifel/git-auto-commit-action@v4
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "bump: version & update changelog"
branch: ${{ github.head_ref }}

0 comments on commit 4afcf09

Please sign in to comment.