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 ce69271 + 7e09415 commit 617a203Copy full SHA for 617a203
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
prefer-lowest: 'prefer-lowest'
23
24
steps:
25
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
26
27
- name: Setup PHP
28
uses: shivammathur/setup-php@v2
@@ -70,7 +70,7 @@ jobs:
70
runs-on: ubuntu-22.04
71
72
73
74
75
76
.github/workflows/deploy_docs_1x.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
14
- name: Cloning repo
15
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
16
with:
17
fetch-depth: 0
18
0 commit comments