Skip to content

Commit cb2baff

Browse files
fix(deps): update all dependencies j:cdx-227
1 parent d020ec6 commit cb2baff

File tree

4 files changed

+3435
-1619
lines changed

4 files changed

+3435
-1619
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
with:
1919
egress-policy: audit
2020

21-
- uses: actions/checkout@v4
22-
- uses: actions/setup-node@v4
21+
- uses: actions/checkout@v6
22+
- uses: actions/setup-node@v6
2323
with:
2424
cache: 'npm'
2525
node-version-file: '.nvmrc'

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ jobs:
2727
with:
2828
egress-policy: audit
2929

30-
- uses: actions/checkout@v4
30+
- uses: actions/checkout@v6
3131
with:
3232
fetch-depth: 0
3333
ssh-key: ${{ secrets.DEPLOY_KEY }}
3434
- run: git fetch --all --tags
35-
- uses: actions/setup-node@v4
35+
- uses: actions/setup-node@v6
3636
with:
3737
registry-url: 'https://registry.npmjs.org'
3838
cache: 'npm'
@@ -55,7 +55,7 @@ jobs:
5555
DEBUG: '*'
5656
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5757
- name: Upload artifact
58-
uses: actions/upload-pages-artifact@v3
58+
uses: actions/upload-pages-artifact@v4
5959
with:
6060
# Upload doc folder
6161
path: './dist/docs'

0 commit comments

Comments
 (0)