Skip to content

Commit 40c9f76

Browse files
committed
minor #17859 Use actions/checkout@v3 (OskarStark)
This PR was merged into the 5.4 branch. Discussion ---------- Use `actions/checkout@v3` Commits ------- af85ac6 Use `actions/checkout@v3`
2 parents d38f9c9 + af85ac6 commit 40c9f76

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
steps:
2323
- name: "Checkout"
24-
uses: actions/checkout@v2
24+
uses: actions/checkout@v3
2525

2626
- name: "Set-up PHP"
2727
uses: shivammathur/setup-php@v2
@@ -57,7 +57,7 @@ jobs:
5757

5858
steps:
5959
- name: "Checkout"
60-
uses: actions/checkout@v2
60+
uses: actions/checkout@v3
6161

6262
- name: "Create cache dir"
6363
run: mkdir .cache
@@ -83,7 +83,7 @@ jobs:
8383
continue-on-error: true
8484
steps:
8585
- name: Checkout code
86-
uses: actions/checkout@v2
86+
uses: actions/checkout@v3
8787
with:
8888
path: 'docs'
8989

0 commit comments

Comments
 (0)