Skip to content

Commit 69a735d

Browse files
chore(deps): update external major
1 parent 608a853 commit 69a735d

3 files changed

Lines changed: 45 additions & 69 deletions

File tree

.github/workflows/main.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
name: Test
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v6
19+
- uses: actions/checkout@v7
2020
with:
2121
persist-credentials: false
2222
- name: Use Node.js 24.x
@@ -31,7 +31,7 @@ jobs:
3131
aws-region: us-east-1
3232
role-to-assume: ${{ secrets.AWS_CREDENTIALS_ROLE }}
3333
- name: Fetch AWS Secrets
34-
uses: aws-actions/aws-secretsmanager-get-secrets@v2
34+
uses: aws-actions/aws-secretsmanager-get-secrets@v3
3535
with:
3636
parse-json-secrets: true
3737
secret-ids: |
@@ -41,7 +41,7 @@ jobs:
4141
run: echo $GOOGLE_CREDS | base64 --decode | tee ~/.helix-google.json | jq -e .client_email
4242

4343
- run: npm test
44-
- uses: codecov/codecov-action@v6
44+
- uses: codecov/codecov-action@v7
4545
with:
4646
flags: unittests
4747
token: ${{ secrets.CODECOV_TOKEN }}
@@ -58,7 +58,7 @@ jobs:
5858
needs: test
5959
if: github.ref == 'refs/heads/main'
6060
steps:
61-
- uses: actions/checkout@v6
61+
- uses: actions/checkout@v7
6262
with:
6363
persist-credentials: false
6464
- name: Use Node.js 24.x

package-lock.json

Lines changed: 40 additions & 64 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"eslint": "9.4.0",
5353
"fs-extra": "11.3.5",
5454
"husky": "9.1.7",
55-
"lint-staged": "16.4.0",
55+
"lint-staged": "17.0.8",
5656
"mocha": "11.7.6",
5757
"mocha-multi-reporters": "1.5.1",
5858
"semantic-release": "25.0.5"

0 commit comments

Comments
 (0)