Skip to content

Commit 096dd14

Browse files
authored
Merge branch 'master' into dependabot/npm_and_yarn/typedoc-0.28.14
2 parents ffa78c8 + 3b880ad commit 096dd14

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v4
1818

1919
- name: Setup Node.js
20-
uses: actions/setup-node@v5
20+
uses: actions/setup-node@v6
2121
with:
2222
node-version: 22
2323
registry-url: https://registry.npmjs.org/
@@ -54,7 +54,7 @@ jobs:
5454
uses: actions/checkout@v4
5555

5656
- name: Setup Node.js
57-
uses: actions/setup-node@v5
57+
uses: actions/setup-node@v6
5858
with:
5959
node-version: ${{ matrix.node }}
6060
registry-url: https://registry.npmjs.org/
@@ -92,7 +92,7 @@ jobs:
9292
uses: actions/checkout@v4
9393

9494
- name: Setup Node.js
95-
uses: actions/setup-node@v5
95+
uses: actions/setup-node@v6
9696
with:
9797
node-version: 22
9898
registry-url: https://registry.npmjs.org/

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ jobs:
2929
uses: actions/checkout@v4
3030

3131
- name: Initialise CodeQL
32-
uses: github/codeql-action/init@v3
32+
uses: github/codeql-action/init@v4
3333
with:
3434
languages: ${{ matrix.language }}
3535
build-mode: ${{ matrix.build-mode }}
3636

3737
- name: Perform CodeQL analysis
38-
uses: github/codeql-action/analyze@v3
38+
uses: github/codeql-action/analyze@v4
3939
with:
4040
category: "/language:${{matrix.language}}"

package-lock.json

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

0 commit comments

Comments
 (0)