File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 runs-on : ubuntu-latest
2222 steps :
2323 - name : Git Checkout Latest
24- uses : actions/checkout@v4
24+ uses : actions/checkout@v7
2525 with :
2626 submodules : recursive
2727
@@ -82,10 +82,10 @@ jobs:
8282 grep -n "disableCoingecko\|loadingPrices\|function loadPrice" explorer/src/stores/useCoinGecko.ts explorer/src/stores/useDashboard.ts explorer/src/modules/wallet/portfolio.vue
8383
8484 - name : Setup Pages
85- uses : actions/configure-pages@v5
85+ uses : actions/configure-pages@v6
8686
8787 - name : Setup Node.js
88- uses : actions/setup-node@v4
88+ uses : actions/setup-node@v6.4.0
8989 with :
9090 node-version : 22
9191 cache : yarn
@@ -117,7 +117,7 @@ jobs:
117117 run : cp explorer/dist/index.html explorer/dist/404.html
118118
119119 - name : Upload Pages artifact
120- uses : actions/upload-pages-artifact@v3
120+ uses : actions/upload-pages-artifact@v5
121121 with :
122122 path : explorer/dist
123123
@@ -131,4 +131,4 @@ jobs:
131131 steps :
132132 - name : Deploy to GitHub Pages
133133 id : deployment
134- uses : actions/deploy-pages@v4
134+ uses : actions/deploy-pages@v5
You can’t perform that action at this time.
0 commit comments