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 @@ -26,21 +26,21 @@ jobs:
2626
2727 steps :
2828 - name : Checkout main branch
29- uses : actions/checkout@v5
29+ uses : actions/checkout@v6
3030 with :
3131 fetch-depth : 32
3232 ref : main
3333 path : branch-main
3434
3535 - name : Checkout 4.2 branch
36- uses : actions/checkout@v5
36+ uses : actions/checkout@v6
3737 with :
3838 fetch-depth : 32
3939 ref : release/4.2
4040 path : branch-4.2
4141
4242 - name : Checkout gh-pages
43- uses : actions/checkout@v5
43+ uses : actions/checkout@v6
4444 with :
4545 ref : gh-pages
4646 path : 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@v5
86+ uses : actions/checkout@v6
8787 with :
8888 ref : gh-pages
8989 path : gh-pages
You can’t perform that action at this time.
0 commit comments