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 appears to point
vX
tags to whatever the latestvX.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 useuses: 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.