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 2ade930 commit a3382eeCopy full SHA for a3382ee
.github/workflows/build_test.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Show PHP version
33
run: php -v
34
35
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
36
name: Checkout branch
37
38
- name: Validate composer.json and composer.lock
.github/workflows/deploy-gh-pages.yml
@@ -23,7 +23,7 @@ jobs:
23
shell: bash
24
working-directory: ./docs
25
steps:
26
27
- uses: actions/setup-node@v4
28
with:
29
node-version: 18
.github/workflows/test-deploy-gh-pages.yml
@@ -17,7 +17,7 @@ jobs:
17
name: Build GitHub Pages
18
runs-on: ubuntu-latest
19
20
21
22
0 commit comments