Skip to content

Commit bba7ef2

Browse files
committed
Update checkout version to v4
1 parent 2c45c88 commit bba7ef2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/tag-and-zip.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-20.04
1717
steps:
1818
- name: Checkout code
19-
uses: actions/checkout@v2
19+
uses: actions/checkout@v4
2020
with:
2121
ref: ${{ github.event.inputs.commit_id }}
2222
- name: Configure git identity
@@ -45,7 +45,7 @@ jobs:
4545
- name: Install ZIP tools
4646
run: sudo apt-get install zip unzip
4747
- name: Checkout code
48-
uses: actions/checkout@v2
48+
uses: actions/checkout@v4
4949
with:
5050
ref: ${{ github.event.inputs.commit_id }}
5151
path: aws-iot-device-sdk-embedded-C

.github/workflows/version-updater.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Checkout code
22-
uses: actions/checkout@v2
22+
uses: actions/checkout@v4
2323
with:
2424
ref: ${{ github.event.inputs.branch }}
2525
- name: Configure git identity

0 commit comments

Comments
 (0)