Skip to content

Commit b7c8f27

Browse files
fix pipeline with upgraded astro
1 parent 5136481 commit b7c8f27

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout your repository using git
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v6
1919

2020
- name: Install, build, and upload your site
21-
uses: withastro/action@v3
21+
uses: withastro/action@v6
2222

2323
deploy:
2424
needs: build

0 commit comments

Comments
 (0)