mirror of
https://github.com/aws-actions/configure-aws-credentials.git
synced 2026-09-04 06:15:07 +09:00
feat!: update action to use node24 (#1632)
This commit is contained in:
+2
-2
@@ -2,7 +2,7 @@
|
|||||||
name: '"Configure AWS Credentials" Action for GitHub Actions'
|
name: '"Configure AWS Credentials" Action for GitHub Actions'
|
||||||
description: Configures AWS credentials for use in subsequent steps in a GitHub Action workflow
|
description: Configures AWS credentials for use in subsequent steps in a GitHub Action workflow
|
||||||
runs:
|
runs:
|
||||||
using: node20
|
using: node24
|
||||||
main: dist/index.js
|
main: dist/index.js
|
||||||
post: dist/cleanup/index.js
|
post: dist/cleanup/index.js
|
||||||
branding:
|
branding:
|
||||||
@@ -70,7 +70,7 @@ inputs:
|
|||||||
output-env-credentials:
|
output-env-credentials:
|
||||||
description: Whether to export credentials as environment variables. If you set this to false, you probably want to use output-credentials.
|
description: Whether to export credentials as environment variables. If you set this to false, you probably want to use output-credentials.
|
||||||
required: false
|
required: false
|
||||||
default: true
|
default: "true"
|
||||||
unset-current-credentials:
|
unset-current-credentials:
|
||||||
description: Whether to unset the existing credentials in your runner. May be useful if you run this action multiple times in the same job
|
description: Whether to unset the existing credentials in your runner. May be useful if you run this action multiple times in the same job
|
||||||
required: false
|
required: false
|
||||||
|
|||||||
+1
-1
@@ -43,7 +43,7 @@
|
|||||||
"github-action"
|
"github-action"
|
||||||
],
|
],
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 14.0.0"
|
"node": ">= 16.3.0"
|
||||||
},
|
},
|
||||||
"main": "build/index.js",
|
"main": "build/index.js",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
Reference in New Issue
Block a user