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 #21

Merged
merged 1 commit into from
Oct 4, 2024

Conversation

cjyetman
Copy link
Member

@cjyetman cjyetman commented Oct 1, 2024

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 requested a review from jdhoffa as a code owner October 1, 2024 07:20
@jdhoffa jdhoffa merged commit ed5adf4 into main Oct 4, 2024
2 of 13 checks passed
@jdhoffa jdhoffa deleted the v4-github-pages-deploy branch October 4, 2024 14:31
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