Skip to content

Commit 1249e1a

Browse files
authored
Use v2 for checkout
1 parent de873a0 commit 1249e1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: PHP-CS-Fixer
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@master
16+
- uses: actions/checkout@v2
1717
- name: PHP-CS-Fixer
1818
uses: docker://oskarstark/php-cs-fixer-ga
1919
```
@@ -27,7 +27,7 @@ jobs:
2727
name: PHP-CS-Fixer
2828
runs-on: ubuntu-latest
2929
steps:
30-
- uses: actions/checkout@master
30+
- uses: actions/checkout@v2
3131
- name: PHP-CS-Fixer
3232
uses: docker://oskarstark/php-cs-fixer-ga
3333
+ with:

0 commit comments

Comments
 (0)