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

Bump withastro/action from 3 to 4 #344

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/pages-build-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Checkout your repository using git
uses: actions/checkout@v4
- name: Install, build, and upload your site
uses: withastro/action@v3
uses: withastro/action@v4
with:
path: .
node-version: 18 # The specific version of Node that should be used to build your site. Defaults to 18. (optional)
Expand Down
Loading