Skip to content

Commit

Permalink
[actions] Bump autoformat[-push] to their latest versions. (#20414)
Browse files Browse the repository at this point in the history
This bumps the required node version from v16 to v20.
  • Loading branch information
rolfbjarne authored Apr 10, 2024
1 parent f6d5b85 commit 6ca997f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autoformat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- name: 'Autoformat'
uses: rolfbjarne/autoformat@v0.2.99
uses: rolfbjarne/autoformat@v0.5
with:
script: ./tools/autoformat.sh
git_user_email: 'github-actions-autoformatter@xamarin.com'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/autoformat2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
github.event.workflow_run.conclusion == 'success'
steps:
- name: 'Push autoformatted patch'
uses: rolfbjarne/autoformat-push@v0.2
uses: rolfbjarne/autoformat-push@v0.3
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}
git_user_email: 'github-actions-autoformatter@xamarin.com'
Expand Down

0 comments on commit 6ca997f

Please sign in to comment.