Conversation
- `actions/upload-pages-artifact`: 3.0.1 => 4.0.0 - `actions/setup-node`: 4.4.0 => 6.0.0 - `pnpm/action-setup`: 4.1.0 => 4.2.0
ollecoffee
approved these changes
Oct 24, 2025
Contributor
ollecoffee
left a comment
There was a problem hiding this comment.
nice with hashes for versions :)
Contributor
|
I tested with bun here ollecoffee/olle.coffee@2e66b4c and it seems to work! :) |
florian-lefebvre
approved these changes
Oct 27, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the action to use latest releases of the actions it depends on:
actions/upload-pages-artifact: 3.0.1 => 4.0.0actions/setup-node: 4.4.0 => 6.0.0pnpm/action-setup: 4.1.0 => 4.2.0v4 of
upload-pages-artifactincludes a potentially breaking change where dotfiles are no longer published. Astro doesn’t output dotfiles itself, but if a user was creating them manually they may need to use a different action. Full details: https://github.com/actions/upload-pages-artifact/releases/tag/v4.0.0Notably, updating
upload-pages-artifactmeans all our dependencies will themselves now be pinning their dependencies, making our action compatible for people who require that in their repo settings.This PR also updates and pins the actions we use to release our action.
Closes #84