Skip to content

Commit

Permalink
Update more CI actions to Node 20.
Browse files Browse the repository at this point in the history
  • Loading branch information
whitequark committed Nov 21, 2024
1 parent 8f84de9 commit 98ec5bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/track-wasmtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
./tests/run.sh
- name: Push updated version requirement
if: steps.track-version.outputs.status == 'stale'
uses: stefanzweifel/git-auto-commit-action@v4
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: |
[autorelease] Update wasmtime version requirement from ${{ steps.track-version.outputs.old-requirement }} to ${{ steps.track-version.outputs.new-requirement }}.

0 comments on commit 98ec5bd

Please sign in to comment.