Closed paulz closed 2 months ago
i think master
no longer points to the latest version of this repo, you have to use main
Or use the commit hash of the latest release.
e.g.
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2
thank you, using main
branch fixed the warning for us
Comments on closed issues are hard for our team to see. If you need more assistance, please either tag a team member or open a new issue that references this one.
Describe the bug
when running
The output shows the warning:
Expected Behavior
no warning
Current Behavior
Reproduction Steps
Possible Solution
upgrade AWS to Javascript v3
Additional Information/Context
No response