Skip to content

Commit ae288e1

Browse files
committed
build: Update GitHub Actions checkout and withastro actions to v5.
1 parent ea2f8f8 commit ae288e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
name: github-pages
2020
steps:
2121
- name: Checkout your repository using git
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v5
2323
- name: Install, build, and upload your site
24-
uses: withastro/action@v3
24+
uses: withastro/action@v5
2525
env:
2626
NOTION_TOKEN: ${{ secrets.NOTION_TOKEN }}
2727
NOTION_MEMBERS_DATABASE_ID: ${{ secrets.NOTION_MEMBERS_DATABASE_ID }}

0 commit comments

Comments
 (0)