Skip to content

Commit d7b9a60

Browse files
committed
update action versions
1 parent 497b8c8 commit d7b9a60

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
@@ -20,9 +20,9 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Checkout your repository using git
23-
uses: actions/checkout@v3
23+
uses: actions/checkout@v5
2424
- name: Install, build, and upload your site
25-
uses: withastro/action@v0
25+
uses: withastro/action@v5
2626

2727
deploy:
2828
name: Deploy to GitHub Pages.
@@ -34,4 +34,4 @@ jobs:
3434
steps:
3535
- name: Deploy to GitHub Pages
3636
id: deployment
37-
uses: actions/deploy-pages@v1
37+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)