Skip to content

Commit f932e50

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/ts-jest-29.4.1
2 parents 1439268 + 07c2b58 commit f932e50

File tree

4 files changed

+35
-17
lines changed

4 files changed

+35
-17
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
node-version: [18.x, 20.x, 22.x, 23.x]
2424

2525
steps:
26-
- uses: actions/checkout@v4
26+
- uses: actions/checkout@v5
2727
with:
2828
persist-credentials: false
2929

.github/workflows/codeql.yml

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

3939
steps:
4040
- name: Checkout repository
41-
uses: actions/checkout@v4
41+
uses: actions/checkout@v5
4242
with:
4343
persist-credentials: false
4444

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
id: release
2020
with:
2121
release-type: node
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v5
2323
if: ${{ steps.release.outputs.release_created }}
2424
- uses: actions/setup-node@v4
2525
with:

package-lock.json

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

0 commit comments

Comments
 (0)