Skip to content

Commit 31c5927

Browse files
authored
update github actions (#65)
1 parent 3edcfa6 commit 31c5927

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
runs-on: ubuntu-latest
2020
steps:
2121
- name: Checkout your repository using git
22-
uses: actions/checkout@v2
22+
uses: actions/checkout@v4
2323
- name: Install, build, and upload your site
24-
uses: withastro/action@v0
24+
uses: withastro/action@v4
2525
# with:
2626
# path: . # The root location of your Astro project inside the repository. (optional)
2727
# node-version: 16 # The specific version of Node that should be used to build your site. Defaults to 16. (optional)

0 commit comments

Comments
 (0)