We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eded360 + b87d68a commit e48b668Copy full SHA for e48b668
2 files changed
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
prefer-lowest: 'prefer-lowest'
22
23
steps:
24
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
25
26
- name: Setup PHP
27
uses: shivammathur/setup-php@v2
@@ -71,7 +71,7 @@ jobs:
71
runs-on: ubuntu-18.04
72
73
74
75
76
77
.github/workflows/deploy_docs_1x.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