Skip to content

Commit ace8533

Browse files
committed
fix version
1 parent 9560abe commit ace8533

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/my-pipeline.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ jobs:
2121

2222
steps:
2323
- name: checkout
24-
uses: actions/checkout@v3
24+
uses: actions/checkout@v4
2525
#with:
2626
# submodules: true # Fetch Hugo themes (true OR recursive)
2727
# fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
2828

29-
- uses: actions/setup-node@v3
29+
- uses: actions/setup-node@v4
3030
with:
3131
node-version: 18
3232
cache: yarn
@@ -37,7 +37,7 @@ jobs:
3737
run: yarn build
3838

3939
- name: upload artifact
40-
uses: actions/upload-pages-artifact@v2
40+
uses: actions/upload-pages-artifact@v3
4141
with:
4242
path: ./build
4343

@@ -50,4 +50,4 @@ jobs:
5050
steps:
5151
- name: Deploy to GitHub Pages
5252
id: deployment
53-
uses: actions/deploy-pages@v2
53+
uses: actions/deploy-pages@v4

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@docusaurus/core": "2.4.1",
1818
"@docusaurus/preset-classic": "2.4.1",
1919
"@mdx-js/react": "^1.6.22",
20-
"@wolanx/react-netron": "^1.0.5",
20+
"@wolanx/react-netron": "^25.10.1",
2121
"clsx": "^1.2.1",
2222
"prism-react-renderer": "^1.3.5",
2323
"react": "^17.0.2",

0 commit comments

Comments
 (0)