Skip to content

Commit e4c926a

Browse files
fix(deps): update all dependencies j:cdx-227
1 parent 3706d85 commit e4c926a

File tree

4 files changed

+7336
-4131
lines changed

4 files changed

+7336
-4131
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@v5
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@v5
3131
with:
3232
registry-url: 'https://registry.npmjs.org'
3333
cache: 'npm'
@@ -51,7 +51,7 @@ jobs:
5151
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
5252
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5353
- name: Upload artifact
54-
uses: actions/upload-pages-artifact@v3
54+
uses: actions/upload-pages-artifact@v4
5555
with:
5656
# Upload doc folder
5757
path: './dist/docs'

0 commit comments

Comments
 (0)