peaceiris / actions-gh-pages

GitHub Actions for GitHub Pages 🚀 Deploy static files and publish your site easily. Static-Site-Generators-friendly.
https://github.com/marketplace/actions/github-pages-action
MIT License
4.53k stars 361 forks source link

proposal: Please create a new release to include the Node 20 version bump #1070

Closed felixfontein closed 3 months ago

felixfontein commented 4 months ago

Checklist

Describe your proposal

Please create a new release that includes 4eb285e828117bca26638192c3ed309c622e7bad.

Describe the solution you'd like

The last release was in March 2023, and since them quite a few dependencies were bumped. It would be helpful if a new release gets created.

Describe alternatives you've considered

Referencing the commit directly, which is kind of ugly since it doesn't correspond to a version. (We reference versions by hash anyway, with the real version as a comment, and Dependabot updates that fine. But if you start referencing something else that doesn't have a version, Dependabot will likely no longer update the version comment, besides that comment either not being a version or being something else.)

Additional context

No response

peaceiris commented 4 months ago

ok

felixfontein commented 4 months ago

Any indication when such a release could happen?

jonathan-4iTester commented 3 months ago

@peaceiris, any news?

Scc33 commented 3 months ago

Sorry to pile on... but any update?

peaceiris commented 3 months ago

Thanks all! Could you please try v4.0.0?

- uses: peaceiris/actions-gh-pages@v4.0.0
  with:
    github_token: ${{ secrets.GITHUB_TOKEN }}
    publish_dir: ./public

https://github.com/peaceiris/actions-gh-pages/releases/tag/v4.0.0

danivovich commented 3 months ago

Thanks all! Could you please try v4.0.0?

- uses: peaceiris/actions-gh-pages@v4.0.0
  with:
    github_token: ${{ secrets.GITHUB_TOKEN }}
    publish_dir: ./public

https://github.com/peaceiris/actions-gh-pages/releases/tag/v4.0.0

@peaceiris Worked well for my use case, no issues with the update, the action ran as expected.

peaceiris commented 3 months ago

Thanks!

The v4.0.0 tag has been released and the v4 tag is also available now!

https://github.com/peaceiris/actions-gh-pages/releases/tag/v4.0.0

maxkratz commented 3 months ago

The v4.0.0 tag has been released and the v4 tag is also available now!

https://github.com/peaceiris/actions-gh-pages/releases/tag/v4.0.0

Thank you, the tag v4 worked for me.

BornToBeRoot commented 3 months ago

Seems to work for me. Thanks!

Scc33 commented 3 months ago

Works like a charm. Thanks!

github-actions[bot] commented 3 months ago

This issue has been LOCKED because of it being resolved!

The issue has been fixed and is therefore considered resolved. If you still encounter this or it has changed, open a new issue instead of responding to solved ones.

Log | Bot Usage