File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424
2525 steps :
2626 - name : Checkout
27- uses : actions/checkout@v6
27+ uses : actions/checkout@v7
2828
2929 - name : Run Labeler
3030 uses : crazy-max/ghaction-github-labeler@v6
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Get repo
12- uses : actions/checkout@v6
12+ uses : actions/checkout@v7
1313 with :
1414 ref : ${{ github.event.pull_request.head.sha }}
1515 - name : Send push to Discord
Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ jobs:
1515
1616 steps :
1717 - name : Checkout PR branch (documentation)
18- uses : actions/checkout@v6
18+ uses : actions/checkout@v7
1919 with :
2020 ref : ${{ github.event.pull_request.head.sha }}
2121 path : documentation
2222
2323 - name : Checkout `www` branch
24- uses : actions/checkout@v6
24+ uses : actions/checkout@v7
2525 with :
2626 ref : www
2727 path : www
Original file line number Diff line number Diff line change 1010 if : ${{ github.repository_owner == 'Armbian' }}
1111 steps :
1212 - name : Get repo
13- uses : actions/checkout@v6
13+ uses : actions/checkout@v7
1414 with :
1515 ref : ${{ github.event.pull_request.head.sha }}
1616 - name : Discord webhook
Original file line number Diff line number Diff line change 3232 runs-on : ubuntu-latest
3333
3434 steps :
35- - uses : actions/checkout@v6
35+ - uses : actions/checkout@v7
3636 - uses : actions/labeler@v6
3737 with :
3838 repo-token : " ${{ secrets.GITHUB_TOKEN }}"
Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ jobs:
1515 steps :
1616
1717 - name : Checkout main documentation
18- uses : actions/checkout@v6
18+ uses : actions/checkout@v7
1919 with :
2020 repository : ' armbian/documentation'
2121 path : ' documentation'
2222
2323 - name : Checkout Armbian config repository
24- uses : actions/checkout@v6
24+ uses : actions/checkout@v7
2525 with :
2626 repository : ' armbian/configng'
2727 path : ' config'
Original file line number Diff line number Diff line change 1515 steps :
1616
1717 - name : Checkout main documentation
18- uses : actions/checkout@v6
18+ uses : actions/checkout@v7
1919 with :
2020 repository : ' armbian/documentation'
2121 path : ' documentation'
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414
15- - uses : actions/checkout@v6
15+ - uses : actions/checkout@v7
1616 with :
1717 ref : main
1818 fetch-depth : 1
You can’t perform that action at this time.
0 commit comments