Skip to content

Commit 26525eb

Browse files
committed
Use actions/checkout@v3
1 parent b2c1be0 commit 26525eb

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/php-cs-fixer.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,7 @@ jobs:
2020

2121
steps:
2222
- name: Checkout code
23-
uses: actions/checkout@v2
24-
with:
25-
ref: ${{ github.head_ref }}
26-
token: ${{ secrets.PHP_CS_FIXER }}
23+
uses: actions/checkout@v3
2724
- name: Run PHP CS Fixer
2825
uses: docker://oskarstark/php-cs-fixer-ga
2926
with:

0 commit comments

Comments
 (0)