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 2976784 commit 96c323aCopy full SHA for 96c323a
.github/workflows/continuous_integration.yml
@@ -29,7 +29,7 @@ jobs:
29
access_token: ${{ github.token }}
30
31
- name: "Checkout"
32
- uses: "actions/checkout@v3"
+ uses: "actions/checkout@v4"
33
34
- name: "Install PHP with extensions"
35
uses: "shivammathur/setup-php@v2"
.github/workflows/doc_generation.yml
@@ -19,7 +19,7 @@ jobs:
19
steps:
20
21
22
23
24
- name: "Setup NodeJS"
25
uses: actions/setup-node@v3
0 commit comments