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:
21
21
22
22
steps :
23
23
- name : Checkout branch
24
- uses : actions/checkout@v4
24
+ uses : actions/checkout@v5
25
25
with :
26
26
fetch-depth : 32
27
27
ref : release/4.2
28
28
path : branch-4.2
29
29
30
30
- name : Checkout gh-pages
31
- uses : actions/checkout@v4
31
+ uses : actions/checkout@v5
32
32
with :
33
33
ref : gh-pages
34
34
path : gh-pages
61
61
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
62
62
git add --all
63
63
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 83
83
tags : ${{ env.IMAGE_NAME }}
84
84
85
85
- name : Checkout gh-pages
86
- uses : actions/checkout@v4
86
+ uses : actions/checkout@v5
87
87
with :
88
88
ref : gh-pages
89
89
path : gh-pages
You can’t perform that action at this time.
0 commit comments