Skip to content

Commit 437512d

Browse files
committed
Merge branch 'v1.15'
* v1.15: Update actions/checkout to v3 (#1426)
2 parents 24764a9 + ba8a58c commit 437512d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/arginfo-files.yml

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

2525
steps:
2626
- name: "Checkout"
27-
uses: "actions/checkout@v2"
27+
uses: "actions/checkout@v3"
2828
with:
2929
submodules: true
3030

.github/workflows/clang-format.yml

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

2525
steps:
2626
- name: "Checkout"
27-
uses: "actions/checkout@v2"
27+
uses: "actions/checkout@v3"
2828
with:
2929
submodules: true
3030

0 commit comments

Comments
 (0)