Skip to content

Commit ae8f7b0

Browse files
committed
Use just major version
Signed-off-by: Jordan Borean <[email protected]>
1 parent 2c3571f commit ae8f7b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ jobs:
282282

283283
- name: Deploy stable docs
284284
if: startsWith(github.ref, 'refs/tags/v')
285-
uses: JamesIves/github-pages-deploy-action@4.4.1
285+
uses: JamesIves/github-pages-deploy-action@v4
286286
with:
287287
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
288288
BRANCH: gh-pages

0 commit comments

Comments
 (0)