Skip to content

Commit 3944208

Browse files
Update actions/checkout to v3 (#682)
1 parent 06d732b commit 3944208

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/actions/smoke-test/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ runs:
1010
steps:
1111
- name: Checkout main
1212
id: checkout_release
13-
uses: actions/checkout@v2
13+
uses: actions/checkout@v3
1414
with:
1515
repository: 'devcontainers/images'
1616
path: '__build'

.github/workflows/push-again.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ jobs:
2828
2929
- name: Checkout ref
3030
id: checkout_ref
31-
uses: actions/checkout@v2
31+
uses: actions/checkout@v3
3232
with:
3333
path: 'ref'
3434
ref: ${{ github.ref }}
3535

3636
- name: Checkout release
3737
id: checkout_release
38-
uses: actions/checkout@v2
38+
uses: actions/checkout@v3
3939
with:
4040
path: 'release'
4141
ref: ${{ github.event.inputs.release }}

.github/workflows/push-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
2828
- name: Checkout
2929
id: checkout
30-
uses: actions/checkout@v1
30+
uses: actions/checkout@v3
3131

3232
- name: Azure CLI login
3333
id: az_login

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
2828
- name: Checkout
2929
id: checkout
30-
uses: actions/checkout@v1
30+
uses: actions/checkout@v3
3131

3232
- name: Get tag name
3333
id: get_tag_name

.github/workflows/version-history.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
4747
- name: Checkout
4848
id: checkout
49-
uses: actions/checkout@v2
49+
uses: actions/checkout@v3
5050

5151
- name: Azure CLI login
5252
id: az_login

0 commit comments

Comments
 (0)