Skip to content

Commit

Permalink
Merge pull request #28 from mongolyy/feature/update-sample-action
Browse files Browse the repository at this point in the history
Update sample action version
  • Loading branch information
mongolyy authored Jan 25, 2024
2 parents cf6f69d + 7ae924f commit ef4d0ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
pull-requests: write
steps:
- uses: actions/checkout@v4
- uses: mongolyy/reviewdog-action-biome@v0
- uses: mongolyy/reviewdog-action-biome@v1
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review
Expand All @@ -101,7 +101,7 @@ jobs:
with:
node-version: "20"
- run: yarn install
- uses: reviewdog/action-biome@v0
- uses: mongolyy/reviewdog-action-biome@v1
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review
Expand Down

0 comments on commit ef4d0ad

Please sign in to comment.