Skip to content

Commit be95ea0

Browse files
committed
Update github actions
1 parent 1ec4ef7 commit be95ea0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/deploy.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@v3
23+
uses: actions/checkout@v4
2424
with:
2525
fetch-depth: 0
2626

2727
- name: Set up Bun
2828
uses: oven-sh/setup-bun@v2
2929

3030
- name: Set up GitHub Pages
31-
uses: actions/configure-pages@v3
31+
uses: actions/configure-pages@v5
3232
with:
3333
static_site_generator: next
3434

@@ -39,7 +39,7 @@ jobs:
3939
run: bun run build
4040

4141
- name: Upload artifact
42-
uses: actions/upload-pages-artifact@v2
42+
uses: actions/upload-pages-artifact@v3
4343
with:
4444
path: ./out
4545

@@ -53,4 +53,4 @@ jobs:
5353
steps:
5454
- name: Deploy to GitHub Pages
5555
id: deployment
56-
uses: actions/deploy-pages@v2
56+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)