Skip to content
This repository was archived by the owner on Jan 18, 2024. It is now read-only.

Commit 17a79d2

Browse files
Khalil Estellkammce
authored andcommitted
🩹 Upgrade to checkout@v3
1 parent e5af433 commit 17a79d2

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/demo_builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
runs-on: ubuntu-22.04
4343
if: github.event.action != 'deleted'
4444
steps:
45-
- uses: actions/checkout@v2
45+
- uses: actions/checkout@v3
4646
with:
4747
submodules: true
4848
repository: ${{ inputs.repo }}

.github/workflows/deploy_unit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
runs-on: ubuntu-22.04
6868
if: github.event.action != 'deleted'
6969
steps:
70-
- uses: actions/checkout@v2
70+
- uses: actions/checkout@v3
7171
with:
7272
submodules: true
7373
repository: ${{ inputs.repo }}

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
docs:
3333
runs-on: ubuntu-22.04
3434
steps:
35-
- uses: actions/checkout@v2
35+
- uses: actions/checkout@v3
3636
with:
3737
submodules: true
3838
repository: ${{ inputs.repo }}

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
lint:
3333
runs-on: ubuntu-22.04
3434
steps:
35-
- uses: actions/checkout@v2
35+
- uses: actions/checkout@v3
3636
with:
3737
submodules: true
3838
repository: ${{ inputs.repo }}

.github/workflows/platform_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
build:
4242
runs-on: ubuntu-22.04
4343
steps:
44-
- uses: actions/checkout@v2
44+
- uses: actions/checkout@v3
4545
with:
4646
submodules: true
4747
repository: ${{ inputs.repo }}

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
url: ${{ steps.deployment.outputs.page_url }}
3434
runs-on: ubuntu-22.04
3535
steps:
36-
- uses: actions/checkout@v2
36+
- uses: actions/checkout@v3
3737
with:
3838
submodules: true
3939
repository: ${{ inputs.repo }}

.github/workflows/tests.yml

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

9191
runs-on: ${{ matrix.os }}
9292
steps:
93-
- uses: actions/checkout@v2
93+
- uses: actions/checkout@v3
9494
with:
9595
submodules: true
9696
repository: ${{ inputs.repo }}

0 commit comments

Comments
 (0)