Skip to content

Commit

Permalink
Bump actionsx/prettier from 2 to 3
Browse files Browse the repository at this point in the history
Bumps [actionsx/prettier](https://github.com/actionsx/prettier) from 2 to 3.
- [Release notes](https://github.com/actionsx/prettier/releases)
- [Commits](actionsx/prettier@v2...v3)

---
updated-dependencies:
- dependency-name: actionsx/prettier
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 1, 2023
1 parent bdb67eb commit 16d16fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: docker://oskarstark/php-cs-fixer-ga:3.0.0

- name: Run prettier
uses: actionsx/prettier@v2
uses: actionsx/prettier@v3
with:
args: --write .

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/draft-new-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
version: ${{ github.event.inputs.version }}

- name: Fix code style
uses: actionsx/prettier@v2
uses: actionsx/prettier@v3
with:
args: --write CHANGELOG.md

Expand Down

0 comments on commit 16d16fa

Please sign in to comment.