Skip to content
This repository has been archived by the owner on Mar 29, 2023. It is now read-only.

Commit

Permalink
Merge pull request #92 from CollActionteam/hotfix/gh-action-setup-sam
Browse files Browse the repository at this point in the history
hotfix for setup-sam@v1
  • Loading branch information
rubenhorn authored Feb 18, 2022
2 parents 64ae399 + cec7bcc commit ffbc525
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
uses: actions/setup-python@v2
- name: Set up SAM cli
uses: aws-actions/setup-sam@v1
with:
# Hotfix: https://github.com/aws-actions/setup-sam/issues/41#issuecomment-1044138844
version: 1.37.0
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v1
with:
Expand Down Expand Up @@ -66,6 +69,9 @@ jobs:
uses: actions/setup-python@v2
- name: Set up SAM cli
uses: aws-actions/setup-sam@v1
with:
# Hotfix: https://github.com/aws-actions/setup-sam/issues/41#issuecomment-1044138844
version: 1.37.0
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v1
with:
Expand Down

0 comments on commit ffbc525

Please sign in to comment.