Skip to content

Commit 544c7e3

Browse files
updated the github workflow
Signed-off-by: Dipankar Das <[email protected]>
1 parent 562f73f commit 544c7e3

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
@@ -17,9 +17,9 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Checkout your repository using git
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v6
2121
- name: Install, build, and upload your site
22-
uses: withastro/action@v4
22+
uses: withastro/action@v5
2323
with:
2424
path: . # The root location of your Astro project inside the repository. (optional)
2525
node-version: 22 # The specific version of Node that should be used to build your site. Defaults to 20. (optional)

0 commit comments

Comments
 (0)