Skip to content

Commit 9734923

Browse files
authored
Update GitHub Actions to use latest versions v4
Signed-off-by: Trade Control <admin@tradecontrol.co.uk>
1 parent feac95d commit 9734923

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
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/checkout@v4
2828

2929
- name: Install, build, and upload your site output
30-
uses: withastro/action@v2
30+
uses: withastro/action@v4
3131

3232
# with:
3333
# path: . # The root location of your Astro project inside the repository. (optional)
@@ -43,4 +43,4 @@ jobs:
4343
steps:
4444
- name: Deploy to GitHub Pages
4545
id: deployment
46-
uses: actions/deploy-pages@v1
46+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)