Skip to content

Commit fed8a89

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

File tree

4 files changed

+3179
-1450
lines changed

4 files changed

+3179
-1450
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010
CI:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v4
14-
- uses: actions/setup-node@v4
13+
- uses: actions/checkout@v5
14+
- uses: actions/setup-node@v6
1515
with:
1616
cache: 'npm'
1717
node-version-file: '.nvmrc'

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ jobs:
2222
runs-on: ubuntu-latest
2323
environment: CD
2424
steps:
25-
- uses: actions/checkout@v4
25+
- uses: actions/checkout@v5
2626
with:
2727
fetch-depth: 0
2828
ssh-key: ${{ secrets.DEPLOY_KEY }}
2929
- run: git fetch --all --tags
30-
- uses: actions/setup-node@v4
30+
- uses: actions/setup-node@v6
3131
with:
3232
registry-url: 'https://registry.npmjs.org'
3333
cache: 'npm'
@@ -50,7 +50,7 @@ jobs:
5050
DEBUG: '*'
5151
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5252
- name: Upload artifact
53-
uses: actions/upload-pages-artifact@v3
53+
uses: actions/upload-pages-artifact@v4
5454
with:
5555
# Upload doc folder
5656
path: './dist/docs'

0 commit comments

Comments
 (0)