Skip to content

Commit

Permalink
feat: update aws-actions/configure-aws-credentials from v1-node16 to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
kaizencc committed Nov 29, 2023
1 parent aad0b75 commit 5f2ba85
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 45 deletions.
2 changes: 1 addition & 1 deletion src/private/aws-credentials.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export function awsCredentialStep(stepName: string, props: AwsCredentialsStepPro

return {
name: stepName,
uses: 'aws-actions/configure-aws-credentials@v1-node16',
uses: 'aws-actions/configure-aws-credentials@v4',
with: params,
};
}
48 changes: 24 additions & 24 deletions test/__snapshots__/github.test.ts.snap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5f2ba85

Please sign in to comment.