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 e72d22a + 22f40a0 commit 19a4d9eCopy full SHA for 19a4d9e
.github/workflows/ci.yml
@@ -39,7 +39,7 @@ jobs:
39
POSTGRES_PASSWORD: postgres
40
41
steps:
42
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
43
44
- name: Setup Service
45
if: matrix.db-type == 'mysql'
@@ -102,7 +102,7 @@ jobs:
102
runs-on: ubuntu-22.04
103
104
105
106
107
- name: Setup PHP
108
uses: shivammathur/setup-php@v2
.github/workflows/deploy_docs_4x.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