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 d87de70 commit 6932ed7Copy full SHA for 6932ed7
.github/workflows/continuous_integration.yml
@@ -29,7 +29,7 @@ jobs:
29
access_token: ${{ github.token }}
30
31
- name: "Checkout"
32
- uses: "actions/checkout@v4"
+ uses: "actions/checkout@v5"
33
34
- name: "Install PHP with extensions"
35
uses: "shivammathur/setup-php@v2"
@@ -100,7 +100,7 @@ jobs:
100
fail-fast: false
101
steps:
102
103
104
105
106
with:
.github/workflows/doc_generation.yml
@@ -19,7 +19,7 @@ jobs:
19
20
21
22
23
24
- name: "Setup NodeJS"
25
uses: actions/setup-node@v4
0 commit comments