Releases: withastro/action
v3.0.0
Changelog
- Bump pnpm/action-setup to v4 @circle-hotaru (#58)
See details of all code changes since previous release.
v2.0.2
Changelog
- Support shorthand for
package-manager
option @corporateuser (#57)
See details of all code changes since previous release.
v2.0.1
Changelog
- Fixes lockfile depth check by only searching top-level directories. Thanks @stasadev! (#52)
- Fixes an issue with
package.json
files in sub-directories. Thanks @benbrandt! (#54) - Bumps
pnpm/action-setup
tov3
. Thanks @zettca! (#46)
See details of all code changes since previous release.
v2.0.0
Upgrade Guide
Update your deployment logic to actions/deploy-pages@v4
or newer.
Previously, withastro/action@v1
was compatible with older versions of the actions/deploy-pages
action (v3
or older).
Now, withastro/actions@v2
is only compatible with v4
or newer. This is because we now rely on actions/upload-pages-artifact@v3
.
- name: Deploy to GitHub Pages
id: deployment
- uses: actions/deploy-pages@v3
+ uses: actions/deploy-pages@v4
Commits
- Upgrades action versions and default runtime to node 20 @LeadingMoominExpert (#41)
See details of all code changes since previous release.
v1.0.6
Changelog
- Pin
actions/upload-pages-artifact
to v2 @natemoo-re (#38)- To avoid requiring all users to upgrade to
actions/deploy-pages@v4
, thev1
release line remains backwards compatible with earlier versions ofactions/deploy-pages
(v3
and below). See GitHub Actions – Artifacts v4 is now Generally Available
for additional context.
- To avoid requiring all users to upgrade to
See details of all code changes since previous release.
v1.0.5
What's Changed
- Remove invalid
working-directory
option by @natemoo-re in #36
Full Changelog: v1.0.4...v1.0.5
v1.0.4
What's Changed
- Fixed actions fails after update actions/deploy-pages to v4 by @torn4dom4n in #34
- Fix issue with packager installation if path is not repository root by @samrith-s in #31
New Contributors
- @torn4dom4n made their first contribution in #34
- @samrith-s made their first contribution in #31
Full Changelog: v1.0.3...v1.0.4
v1.0.3
Changelog
- Fix for
setup-node
when usingbun
as a package manager @natemoo-re (#28)
See details of all code changes since previous release.
v1.0.2
Changelog
- No changes from v1.0.0, we just messed up the release tags (again) 🫠
See details of all code changes since previous release.
v1.0.1
No changes from v1.0.0, we just messed up the release tags 🫠