Skip to content

Commit 9f89806

Browse files
committed
Update workflow snippet
Signed-off-by: Riddhesh Sanghvi <riddhesh237@gmail.com>
1 parent 7527a68 commit 9f89806

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
ref: ${{ github.event.pull_request.head.sha }}
3131
- name: Run PHPCS inspection
32-
uses: rtCamp/action-phpcs-code-review@v2
32+
uses: rtCamp/action-phpcs-code-review@v3
3333
env:
3434
GH_BOT_TOKEN: ${{ secrets.GH_BOT_TOKEN }}
3535
SKIP_FOLDERS: "tests,.github"

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: 'This will run phpcs on PRs'
33
author: 'rtCamp'
44
runs:
55
using: 'docker'
6-
image: 'docker://ghcr.io/rtcamp/action-phpcs-code-review:v2.1.0'
6+
image: 'docker://ghcr.io/rtcamp/action-phpcs-code-review:v3.0.0'
77
branding:
88
icon: 'check-circle'
99
color: 'green'

0 commit comments

Comments
 (0)