Skip to content

Commit cb4c001

Browse files
committed
update release script
1 parent d7ed4dd commit cb4c001

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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)
@@ -40,4 +40,4 @@ jobs:
4040
steps:
4141
- name: Deploy to GitHub Pages
4242
id: deployment
43-
uses: actions/deploy-pages@v1
43+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)