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 87d042e + 4394f33 commit 09dacc1Copy full SHA for 09dacc1
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
20
21
steps:
22
- name: Checkout code
23
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
24
25
- name: Setup PHP
26
uses: shivammathur/setup-php@v2
@@ -77,7 +77,7 @@ jobs:
77
78
79
- name: Checkout GH Pages branch
80
81
with:
82
ref: gh-pages
83
.github/workflows/tests.yml
@@ -23,7 +23,7 @@ jobs:
- name: Checkout
27
28
29
0 commit comments