Skip to content

Commit e135317

Browse files
chore(deps): update external major
1 parent d76c1a3 commit e135317

3 files changed

Lines changed: 43 additions & 67 deletions

File tree

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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 }}

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.7",
5656
"mocha": "11.7.6",
5757
"mocha-multi-reporters": "1.5.1",
5858
"semantic-release": "25.0.3"

0 commit comments

Comments
 (0)