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.
actions/checkout@v3
2 parents d38f9c9 + af85ac6 commit 40c9f76Copy full SHA for 40c9f76
.github/workflows/ci.yaml
@@ -21,7 +21,7 @@ jobs:
21
22
steps:
23
- name: "Checkout"
24
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
25
26
- name: "Set-up PHP"
27
uses: shivammathur/setup-php@v2
@@ -57,7 +57,7 @@ jobs:
57
58
59
60
61
62
- name: "Create cache dir"
63
run: mkdir .cache
@@ -83,7 +83,7 @@ jobs:
83
continue-on-error: true
84
85
- name: Checkout code
86
87
with:
88
path: 'docs'
89
0 commit comments