File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
{{repo_name}}/.github/workflows Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1313 steps :
1414
1515 - name : Checking out the repo
16- uses : actions/checkout@v4
16+ uses : actions/checkout@v5
1717 with :
1818 fetch-depth : 0 # needed for semantic-release
1919 ref : main
Original file line number Diff line number Diff line change 2727 steps :
2828
2929 - name : Checking out the repo
30- uses : actions/checkout@v4
30+ uses : actions/checkout@v5
3131 with :
3232 ref : main
3333
Original file line number Diff line number Diff line change 3838
3939{% - macro checkout (depth =1, ref ="main" ) -%}
4040 - name: Checking out the repo
41- uses: actions/checkout@v4
41+ uses: actions/checkout@v5
4242 with: {% - if depth != 1 +%}
4343 fetch-depth: {{ depth }}
4444 {% - endif +%}
Original file line number Diff line number Diff line change 8080
8181 - name: Checkout documentation pages branch
8282 if: {{"${{ github.ref == 'refs/heads/main' }}"}}
83- uses: actions/checkout@v4
83+ uses: actions/checkout@v5
8484 with:
8585 ref: gh-pages
8686 path: pages
You can’t perform that action at this time.
0 commit comments