File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments