Skip to content

Commit

Permalink
Update github actions to v4 (aws#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-josi-aws authored May 8, 2024
1 parent 05f2afa commit 18646b8
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: Jobs-for-AWS-IoT-embedded-sdk
Expand Down

0 comments on commit 18646b8

Please sign in to comment.