Skip to content

Commit fe3b308

Browse files
authored
Use actions/checkout@v3 (#1029)
It is still used here and there in the CI
1 parent 964e887 commit fe3b308

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/coding-standards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
steps:
2828
- name: "Checkout"
29-
uses: "actions/checkout@v2"
29+
uses: "actions/checkout@v3"
3030

3131
- name: Setup cache environment
3232
id: extcache

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
steps:
2828
- name: "Checkout"
29-
uses: "actions/checkout@v2"
29+
uses: "actions/checkout@v3"
3030

3131
- name: Setup cache environment
3232
id: extcache

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262

6363
steps:
6464
- name: "Checkout"
65-
uses: "actions/checkout@v2"
65+
uses: "actions/checkout@v3"
6666
with:
6767
fetch-depth: 2
6868

0 commit comments

Comments
 (0)