We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3f3fd09 + 816bc01 commit d70f1b3Copy full SHA for d70f1b3
2 files changed
.github/workflows/ci.yml
@@ -36,7 +36,7 @@ jobs:
36
POSTGRES_PASSWORD: postgres
37
38
steps:
39
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
40
41
- name: Setup Service
42
if: matrix.db-type == 'mysql'
@@ -101,7 +101,7 @@ jobs:
101
runs-on: ubuntu-18.04
102
103
104
105
106
- name: Setup PHP
107
uses: shivammathur/setup-php@v2
.github/workflows/deploy_docs_4x.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
13
- name: Cloning repo
14
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
15
with:
16
fetch-depth: 0
17
0 commit comments