File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22name : ' "Configure AWS Credentials" Action for GitHub Actions'
33description : Configures AWS credentials for use in subsequent steps in a GitHub Action workflow
44runs :
5- using : node20
5+ using : node24
66 main : dist/index.js
77 post : dist/cleanup/index.js
88branding :
@@ -70,7 +70,7 @@ inputs:
7070 output-env-credentials :
7171 description : Whether to export credentials as environment variables. If you set this to false, you probably want to use output-credentials.
7272 required : false
73- default : true
73+ default : " true"
7474 unset-current-credentials :
7575 description : Whether to unset the existing credentials in your runner. May be useful if you run this action multiple times in the same job
7676 required : false
Original file line number Diff line number Diff line change 4343 " github-action"
4444 ],
4545 "engines" : {
46- "node" : " >= 14.0 .0"
46+ "node" : " >= 16.3 .0"
4747 },
4848 "main" : " build/index.js" ,
4949 "license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments