Skip to content

Commit 0149898

Browse files
Merge branch 'develop' into feature/scope-test-workflows
# Conflicts: # packages/regex-to-strings/package.json
2 parents a81d43b + 7a58730 commit 0149898

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/security-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
steps:
2424
- name: Checkout repository
25-
uses: actions/checkout@v4
25+
uses: actions/checkout@v5
2626

2727
- name: Initialize CodeQL
2828
uses: github/codeql-action/init@v3

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
steps:
2727
- name: Checkout repository
28-
uses: actions/checkout@v4
28+
uses: actions/checkout@v5
2929
with:
3030
fetch-depth: '2'
3131

@@ -48,7 +48,7 @@ jobs:
4848
working-directory: ./packages/regex-to-strings
4949

5050
- name: Upload test coverage report to Codecov
51-
uses: codecov/codecov-action@v5.4.0
51+
uses: codecov/codecov-action@v5.5.0
5252
with:
5353
fail_ci_if_error: true
5454
env:

packages/regex-to-strings/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
"test": "jest --coverage"
3535
},
3636
"devDependencies": {
37-
"@types/jest": "^29.0.0",
37+
"@types/jest": "^30.0.0",
3838
"@types/jest-when": "^3.5.0",
39-
"jest": "^29.7.0",
39+
"jest": "^30.0.0",
4040
"jest-util": "^30.2.0",
4141
"jest-when": "^3.2.1",
4242
"ts-jest": "^29.2.5"

0 commit comments

Comments
 (0)