File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 steps :
2323 -
2424 name : Checkout
25- uses : actions/checkout@v5
25+ uses : actions/checkout@v6
2626 with :
2727 fetch-depth : 0
2828 -
Original file line number Diff line number Diff line change 77 name : shellcheck
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v5
10+ - uses : actions/checkout@v6
1111 - name : Run ShellCheck
1212 uses : ludeeus/action-shellcheck@master
1313 env :
Original file line number Diff line number Diff line change @@ -12,13 +12,15 @@ jobs:
1212 dockerHubDescription :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v5
16- -
17- name : Docker Hub Description
18- uses : peter-evans/dockerhub-description@v5
19- with :
20- username : ${{ secrets.DOCKERHUB_USERNAME }}
21- password : ${{ secrets.DOCKERHUB_TOKEN }}
22- repository : ${{ secrets.DOCKERHUB_REPO }}
23- short-description : ${{ github.event.repository.description }}
24- readme-filepath : ./readme.md
15+ -
16+ name : Checkout repo
17+ uses : actions/checkout@v6
18+ -
19+ name : Docker Hub Description
20+ uses : peter-evans/dockerhub-description@v5
21+ with :
22+ username : ${{ secrets.DOCKERHUB_USERNAME }}
23+ password : ${{ secrets.DOCKERHUB_TOKEN }}
24+ repository : ${{ secrets.DOCKERHUB_REPO }}
25+ short-description : ${{ github.event.repository.description }}
26+ readme-filepath : ./readme.md
Original file line number Diff line number Diff line change 1515 steps :
1616 -
1717 name : Checkout
18- uses : actions/checkout@v5
18+ uses : actions/checkout@v6
1919 -
2020 name : Spelling
2121 uses : reviewdog/action-misspell@v1
You can’t perform that action at this time.
0 commit comments