File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
examples/candy-machine-ui Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ jobs:
130130
131131 - name : Setup PHP and Composer (if needed)
132132 if : ${{ hashFiles('composer.json') != '' }}
133- uses : shivammathur/setup-php@v2
133+ uses : shivammathur/setup-php@2.36.0
134134 with :
135135 php-version : ' 8.4'
136136 tools : composer
@@ -248,7 +248,7 @@ jobs:
248248
249249 - name : Setup PHP and Composer (if needed)
250250 if : ${{ hashFiles('composer.json') != '' }}
251- uses : shivammathur/setup-php@v2
251+ uses : shivammathur/setup-php@2.36.0
252252 with :
253253 php-version : ' 8.4'
254254 tools : composer
Original file line number Diff line number Diff line change 1111 bundle-size :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v6
15- - uses : oven-sh/setup-bun@v2
14+ - uses : actions/checkout@v6.0.2
15+ - uses : oven-sh/setup-bun@v2.1.2
1616 - uses : actions/cache@v4
1717 with :
1818 path : node_modules
Original file line number Diff line number Diff line change 4444 run : bun run build:docs
4545
4646 - name : Upload Pages Artifact
47- uses : actions/upload-pages-artifact@v4
47+ uses : actions/upload-pages-artifact@v4.0.0
4848 with :
4949 path : docs/.vitepress/dist
5050
5757 steps :
5858 - name : Deploy to GitHub Pages
5959 id : deployment
60- uses : actions/deploy-pages@v4
60+ uses : actions/deploy-pages@v4.0.5
Original file line number Diff line number Diff line change 1919 "@types/react" : " ^18.3.0" ,
2020 "@types/react-dom" : " ^18.3.0" ,
2121 "@vitejs/plugin-react" : " ^4.3.0" ,
22- "typescript" : " ^5.5.0 " ,
22+ "typescript" : " ^5.9.3 " ,
2323 "vite" : " ^5.4.0" ,
2424 "vite-plugin-node-polyfills" : " ^0.25.0"
2525 }
Original file line number Diff line number Diff line change 5757 "ts-tokens" : " workspace:*"
5858 },
5959 "peerDependencies" : {
60- "vue" : " >= 3.5.28" ,
60+ "vue" : " ^ 3.5.28" ,
6161 "@solana/web3.js" : " >=1.98.4"
6262 },
6363 "devDependencies" : {
You can’t perform that action at this time.
0 commit comments