File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed
Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ version : 2
3+ updates :
4+ - package-ecosystem : " github-actions"
5+ directory : " /"
6+ schedule :
7+ interval : " monthly"
Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-latest
2020 steps :
2121 - name : Checkout your repository using git
22- uses : actions/checkout@v3
22+ uses : actions/checkout@v5
2323 - name : Install, build, and upload your site
24- uses : withastro/action@v0
24+ uses : withastro/action@v4
2525 # with:
2626 # path: . # The root location of your Astro project inside the repository. (optional)
2727 # node-version: 16 # The specific version of Node that should be used to build your site. Defaults to 16. (optional)
3636 steps :
3737 - name : Deploy to GitHub Pages
3838 id : deployment
39- uses : actions/deploy-pages@v1
39+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments