Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

Commit 3239a78

Browse files
Merge pull request #184 from Dog-Face-Development/dependabot/github_actions/withastro/action-3
Bump withastro/action from 2 to 3
2 parents 1935ccd + 8771e54 commit 3239a78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pages-build-deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Checkout your repository using git
2222
uses: actions/checkout@v4
2323
- name: Install, build, and upload your site
24-
uses: withastro/action@v2
24+
uses: withastro/action@v3
2525
with:
2626
path: .
2727
node-version: 18 # The specific version of Node that should be used to build your site. Defaults to 18. (optional)

0 commit comments

Comments
 (0)