Skip to content

Commit 9206338

Browse files
committed
Github actions: Use checkout v3 everywhere
1 parent a5fab42 commit 9206338

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ jobs:
357357
BUILD_TYPE: Debug
358358

359359
steps:
360-
- uses: actions/checkout@v2
360+
- uses: actions/checkout@v3
361361
- uses: ./.github/actions/ubuntu-prerequisites
362362
- uses: ./.github/actions/build-and-test
363363

@@ -375,7 +375,7 @@ jobs:
375375
BUILD_TYPE: Debug
376376

377377
steps:
378-
- uses: actions/checkout@v2
378+
- uses: actions/checkout@v3
379379
- uses: ./.github/actions/ubuntu-prerequisites
380380
- uses: ./.github/actions/build-and-test
381381

0 commit comments

Comments
 (0)