Skip to content

Commit

Permalink
Merge pull request #31 from trakx/feature/configure-aws-credentials-v2
Browse files Browse the repository at this point in the history
Upgrade configure-aws-credentials to v2, to stop 'set-output' warnings
  • Loading branch information
emanuelgaspar authored Mar 8, 2023
2 parents fd88d3d + 460c727 commit 1136fb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-dotnet/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ runs:
done
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v1
uses: aws-actions/configure-aws-credentials@v2
with:
aws-access-key-id: ${{inputs.awsAccessKeyId}}
aws-secret-access-key: ${{inputs.awsAccessKeySecret}}
Expand Down

0 comments on commit 1136fb1

Please sign in to comment.