We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 340910a commit a26196eCopy full SHA for a26196e
.github/workflows/php-cs-fixer.yml
@@ -8,7 +8,7 @@ jobs:
8
9
steps:
10
- name: Checkout code
11
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
12
13
- name: Run PHP CS Fixer
14
uses: docker://oskarstark/php-cs-fixer-ga
.github/workflows/run-tests.yml
@@ -20,7 +20,7 @@ jobs:
20
21
22
23
24
25
- name: Cache dependencies
26
uses: actions/cache@v3
0 commit comments