Skip to content

Commit 5ad41de

Browse files
committed
Update Pages deployment actions
1 parent 1c36787 commit 5ad41de

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
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

0 commit comments

Comments
 (0)