Skip to content

Commit 8590237

Browse files
chore(deps): update external major to v5
1 parent c6d3c4c commit 8590237

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/configure-aws/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ runs:
1717
steps:
1818
- name: Configure AWS Credentials
1919
id: creds
20-
uses: aws-actions/configure-aws-credentials@v4
20+
uses: aws-actions/configure-aws-credentials@v5
2121
with:
2222
aws-region: us-east-1
2323
role-to-assume: ${{ inputs.aws_role_to_assume }}

.github/actions/setup-node-npm/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ runs:
55
using: "composite"
66
steps:
77
- name: Set up Node
8-
uses: actions/setup-node@v4
8+
uses: actions/setup-node@v5
99
with:
1010
node-version: 22.19
1111

0 commit comments

Comments
 (0)