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 1deee1c commit 600d455Copy full SHA for 600d455
3 files changed
.github/workflows/php-linter.yml
@@ -13,7 +13,7 @@ jobs:
13
if: github.event.pull_request.draft == false
14
15
steps:
16
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
17
with:
18
repository: ${{ github.event.client_payload.pull_request.head.repo.full_name }}
19
ref: ${{ github.event.client_payload.pull_request.head.ref }}
.github/workflows/static-analysis.yml
@@ -28,7 +28,7 @@ jobs:
28
29
30
- name: Checkout
31
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
32
33
- name: Setup PHP
34
uses: shivammathur/setup-php@v2
.github/workflows/unit-tests.yml
@@ -27,7 +27,7 @@ jobs:
27
0 commit comments