Skip to content

Commit

Permalink
Update github actions from v3 to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-josi-aws committed May 15, 2024
1 parent b06f45b commit dd725c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ github.event.inputs.commit_id }}
- name: Configure git identity
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Install ZIP tools
run: sudo apt-get install zip unzip
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ github.event.inputs.commit_id }}
path: Device-Shadow-for-AWS-IoT-embedded-sdk
Expand Down

0 comments on commit dd725c9

Please sign in to comment.