Skip to content

Commit a2ece5a

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/typedoc-0.28.14
2 parents 7e85377 + 6ad4159 commit a2ece5a

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout repository
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v6
1818

1919
- name: Setup Node.js
20-
uses: actions/setup-node@v5
20+
uses: actions/setup-node@v6
2121
with:
2222
node-version: 20
2323
registry-url: https://registry.npmjs.org/
@@ -36,7 +36,7 @@ jobs:
3636
run: npm pack
3737

3838
- name: Upload package artifact
39-
uses: actions/upload-artifact@v4
39+
uses: actions/upload-artifact@v5
4040
with:
4141
name: package
4242
path: cldn-components-0.0.0-dev.tgz
@@ -51,10 +51,10 @@ jobs:
5151
pages: write
5252
steps:
5353
- name: Checkout repository
54-
uses: actions/checkout@v4
54+
uses: actions/checkout@v6
5555

5656
- name: Setup Node.js
57-
uses: actions/setup-node@v5
57+
uses: actions/setup-node@v6
5858
with:
5959
node-version: 20
6060
registry-url: https://registry.npmjs.org/
@@ -67,7 +67,7 @@ jobs:
6767
run: npm ci
6868

6969
- name: Download build artifact
70-
uses: actions/download-artifact@v5
70+
uses: actions/download-artifact@v6
7171
with:
7272
name: package
7373
path: ./package

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ jobs:
2626

2727
steps:
2828
- name: Checkout repository
29-
uses: actions/checkout@v4
29+
uses: actions/checkout@v6
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}}"

0 commit comments

Comments
 (0)