diff --git a/README.md b/README.md index ea3e6bc..1c089de 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ jobs: with: ref: ${{ github.event.pull_request.head.sha }} - name: Run PHPCS inspection - uses: rtCamp/action-phpcs-code-review@v2 + uses: rtCamp/action-phpcs-code-review@v3 env: GH_BOT_TOKEN: ${{ secrets.GH_BOT_TOKEN }} SKIP_FOLDERS: "tests,.github" diff --git a/action.yml b/action.yml index e1bef7e..92ffb51 100644 --- a/action.yml +++ b/action.yml @@ -3,7 +3,7 @@ description: 'This will run phpcs on PRs' author: 'rtCamp' runs: using: 'docker' - image: 'docker://ghcr.io/rtcamp/action-phpcs-code-review:v2.1.0' + image: 'docker://ghcr.io/rtcamp/action-phpcs-code-review:v3.0.0' branding: icon: 'check-circle' color: 'green'