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 c269f9a + 5def0a7 commit 45d6705Copy full SHA for 45d6705
.github/workflows/compatibility-check.yml
@@ -23,7 +23,7 @@ jobs:
23
24
steps:
25
- name: Checkout code
26
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
27
28
- name: Setup PHP
29
uses: shivammathur/setup-php@v2
.github/workflows/tests.yml
@@ -24,7 +24,7 @@ jobs:
30
.github/workflows/update-changelog.yml
@@ -10,7 +10,7 @@ jobs:
10
11
12
13
14
with:
15
ref: main
16
token: ${{ secrets.GH_TOKEN }}
0 commit comments