Skip to content

Commit 0ff4aac

Browse files
committed
Updated deployment
1 parent a56bff0 commit 0ff4aac

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Checkout your repository using git
22-
uses: actions/checkout@v5
22+
uses: actions/checkout@v6
2323
- name: Install, build, and upload your site
24-
uses: withastro/action@v5
24+
uses: withastro/action@v6
2525
# with:
2626
# path: . # The root location of your Astro project inside the repository. (optional)
2727
# node-version: 24 # The specific version of Node that should be used to build your site. Defaults to 22. (optional)
@@ -39,4 +39,4 @@ jobs:
3939
steps:
4040
- name: Deploy to GitHub Pages
4141
id: deployment
42-
uses: actions/deploy-pages@v4
42+
uses: actions/deploy-pages@v5

0 commit comments

Comments
 (0)