File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
packages/regex-to-strings Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 2525
2626 steps :
2727 - name : Checkout repository
28- uses : actions/checkout@v4
28+ uses : actions/checkout@v5
2929 with :
3030 fetch-depth : ' 2'
3131
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 :
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments