Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

track v4, not v4.x.x, versions of github-pages-deploy action #516

Merged
merged 1 commit into from
Sep 30, 2024

Conversation

cjyetman
Copy link
Member

The github-pages-deploy-action appears to point vX tags to whatever the latest vX.y.z tag is (e.g. v4 currently points to the same commit that v4.6.8 does), which means we should be able to use uses: JamesIves/github-pages-deploy-action@v4 and always get the latest v4.x.y that's available without having to merge dependabot update PRs every few weeks.

The [github-pages-deploy-action](https://github.com/JamesIves/github-pages-deploy-action) appears to point `vX` tags to whatever the latest `vX.y.z` tag is (e.g. [v4 currently points to the same commit that v4.6.8 does](https://github.com/JamesIves/github-pages-deploy-action/tags)), which means we should be able to use `uses: JamesIves/github-pages-deploy-action@v4` and always get the latest v4.x.y that's available without having to merge dependabot update PRs every few weeks.
@cjyetman cjyetman merged commit 2f606b0 into main Sep 30, 2024
31 checks passed
@cjyetman cjyetman deleted the v4-github-pages-deploy branch September 30, 2024 09:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants