Skip to content

Commit

Permalink
try to fix this issue aws-actions/setup-sam#82
Browse files Browse the repository at this point in the history
  • Loading branch information
Beau-Gosse-dev committed Jul 17, 2023
1 parent 955fc76 commit 91a2095
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/actions/sam-build-and-deploy-containers/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ runs:
- uses: actions/setup-dotnet@v3
with:
dotnet-version: ${{ inputs.dotnet-version }}
- uses: aws-actions/setup-sam@v1
- uses: aws-actions/setup-sam@v2
with:
use-installer: true
- uses: aws-actions/configure-aws-credentials@v1
with:
aws-access-key-id: ${{ inputs.aws-access-key }}
Expand Down
4 changes: 3 additions & 1 deletion .github/actions/sam-build-and-deploy-native/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ runs:
- uses: actions/setup-dotnet@v3
with:
dotnet-version: ${{ inputs.dotnet-version }}
- uses: aws-actions/setup-sam@v1
- uses: aws-actions/setup-sam@v2
with:
use-installer: true
- uses: aws-actions/configure-aws-credentials@v1
with:
aws-access-key-id: ${{ inputs.aws-access-key }}
Expand Down
4 changes: 3 additions & 1 deletion .github/actions/sam-build-and-deploy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ runs:
- uses: actions/setup-dotnet@v3
with:
dotnet-version: ${{ inputs.dotnet-version }}
- uses: aws-actions/setup-sam@v1
- uses: aws-actions/setup-sam@v2
with:
use-installer: true
- uses: aws-actions/configure-aws-credentials@v1
with:
aws-access-key-id: ${{ inputs.aws-access-key }}
Expand Down

0 comments on commit 91a2095

Please sign in to comment.