Skip to content

Commit 21e7ef8

Browse files
authored
Update actions/checkout to v3 (#1074)
This fixes warnings about node 12 actions being deprecated.
1 parent 1a04dea commit 21e7ef8

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
@@ -30,7 +30,7 @@ jobs:
3030

3131
steps:
3232
- name: "Checkout"
33-
uses: "actions/checkout@v2"
33+
uses: "actions/checkout@v3"
3434

3535
- name: Setup cache environment
3636
id: extcache

.github/workflows/static-analysis.yml

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

3131
steps:
3232
- name: "Checkout"
33-
uses: "actions/checkout@v2"
33+
uses: "actions/checkout@v3"
3434

3535
- name: Setup cache environment
3636
id: extcache

.github/workflows/tests.yml

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

6767
steps:
6868
- name: "Checkout"
69-
uses: "actions/checkout@v2"
69+
uses: "actions/checkout@v3"
7070
with:
7171
fetch-depth: 2
7272

0 commit comments

Comments
 (0)