File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ jobs:
1919 runs-on : ubuntu-latest
2020 steps :
2121 - name : Checkout your repository using git
22- uses : actions/checkout@v3
22+ uses : actions/checkout@v4
2323 - name : Setup Bun
24- uses : oven-sh/setup-bun@v1
24+ uses : oven-sh/setup-bun@v2
2525 - name : Install dependencies
2626 run : bun install --frozen-lockfile
2727 - name : Install, build, and upload your site
28- uses : withastro/action@v1
28+ uses : withastro/action@v3
2929 with :
3030 path : website # The root location of your Astro project inside the repository. (optional)
3131 # node-version: 18 # The specific version of Node that should be used to build your site. Defaults to 18. (optional)
4040 steps :
4141 - name : Deploy to GitHub Pages
4242 id : deployment
43- uses : actions/deploy-pages@v1
43+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments