Skip to content
This repository was archived by the owner on Sep 18, 2025. It is now read-only.

Commit a38e4a6

Browse files
fix(deps): update external major
1 parent 2733730 commit a38e4a6

File tree

4 files changed

+937
-632
lines changed

4 files changed

+937
-632
lines changed

.github/workflows/main.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
name: Test
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v5
2424
- name: Use Node.js 20.x
25-
uses: actions/setup-node@v4
25+
uses: actions/setup-node@v5
2626
with:
2727
node-version: '22.x'
2828
- name: setup .npmrc
@@ -40,17 +40,17 @@ jobs:
4040
if: github.ref != 'refs/heads/main'
4141
needs: test
4242
steps:
43-
- uses: actions/checkout@v4
43+
- uses: actions/checkout@v5
4444
- name: Use Node.js 20.x
45-
uses: actions/setup-node@v4
45+
uses: actions/setup-node@v5
4646
with:
4747
node-version: '22.x'
4848
- name: setup .npmrc
4949
run: echo "//registry.npmjs.org/:_authToken=${{secrets.ADOBE_BOT_NPM_TOKEN}}" > .npmrc
5050
- run: npm install
5151

5252
- name: Configure AWS Credentials
53-
uses: aws-actions/configure-aws-credentials@v4
53+
uses: aws-actions/configure-aws-credentials@v5
5454
with:
5555
aws-region: us-east-1
5656
role-to-assume: arn:aws:iam::118435662149:role/helix-gh-deploy-config-service
@@ -71,17 +71,17 @@ jobs:
7171
if: github.ref == 'refs/heads/main'
7272
needs: test
7373
steps:
74-
- uses: actions/checkout@v4
74+
- uses: actions/checkout@v5
7575
- name: Use Node.js 20.x
76-
uses: actions/setup-node@v4
76+
uses: actions/setup-node@v5
7777
with:
7878
node-version: '22.x'
7979
- name: setup .npmrc
8080
run: echo "//registry.npmjs.org/:_authToken=${{secrets.ADOBE_BOT_NPM_TOKEN}}" > .npmrc
8181
- run: npm install
8282

8383
- name: Configure AWS Credentials
84-
uses: aws-actions/configure-aws-credentials@v4
84+
uses: aws-actions/configure-aws-credentials@v5
8585
with:
8686
aws-region: us-east-1
8787
role-to-assume: arn:aws:iam::118435662149:role/helix-gh-deploy-config-service

.github/workflows/sqlfluff-lint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: checkout
11-
uses: actions/checkout@v4
11+
uses: actions/checkout@v5
1212
- name: Install Python
13-
uses: "actions/setup-python@v5"
13+
uses: "actions/setup-python@v6"
1414
with:
1515
python-version: "3.13"
1616
- name: install sqlfluff

0 commit comments

Comments
 (0)