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.
2 parents f91a80f + 077ecab commit 7f2e824Copy full SHA for 7f2e824
2 files changed
.github/workflows/php-cs-fixer.yml
@@ -8,7 +8,7 @@ jobs:
8
9
steps:
10
- name: Checkout code
11
- uses: actions/checkout@v2
+ uses: actions/checkout@v6
12
with:
13
ref: ${{ github.head_ref }}
14
.github/workflows/run-tests.yml
@@ -19,7 +19,7 @@ jobs:
19
20
21
22
- uses: actions/checkout@v4
23
24
- name: Setup PHP
25
uses: shivammathur/setup-php@v2
0 commit comments