File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,14 +21,14 @@ jobs:
2121
2222 steps :
2323 - name : Checkout branch
24- uses : actions/checkout@v4
24+ uses : actions/checkout@v5
2525 with :
2626 fetch-depth : 32
2727 ref : release/4.2
2828 path : branch-4.2
2929
3030 - name : Checkout gh-pages
31- uses : actions/checkout@v4
31+ uses : actions/checkout@v5
3232 with :
3333 ref : gh-pages
3434 path : gh-pages
6161 git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
6262 git add --all
6363 git commit -m "Documentation update from publish GitHub Action"
64- git push origin gh-pages
64+ git push origin gh-pages
Original file line number Diff line number Diff line change 8383 tags : ${{ env.IMAGE_NAME }}
8484
8585 - name : Checkout gh-pages
86- uses : actions/checkout@v4
86+ uses : actions/checkout@v5
8787 with :
8888 ref : gh-pages
8989 path : gh-pages
You can’t perform that action at this time.
0 commit comments