File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 -
15- uses : actions/create-github-app-token@v1
15+ uses : actions/create-github-app-token@v2
1616 id : app-token
1717 with :
1818 app-id : ${{ secrets.APP_ID }}
2121 repositories : " drive,secrets"
2222 -
2323 name : Checkout repository
24- uses : actions/checkout@v2
24+ uses : actions/checkout@v6
2525 with :
2626 submodules : recursive
2727 token : ${{ steps.app-token.outputs.token }}
Original file line number Diff line number Diff line change 2020 steps :
2121 -
2222 name : Checkout repository
23- uses : actions/checkout@v4
23+ uses : actions/checkout@v6
2424 -
2525 name : Docker meta
2626 id : meta
Original file line number Diff line number Diff line change 1414 if : github.event_name == 'pull_request' # Makes sense only for pull requests
1515 steps :
1616 - name : Checkout repository
17- uses : actions/checkout@v2
17+ uses : actions/checkout@v6
1818 with :
1919 fetch-depth : 0
2020 - name : show
3737 github.event_name == 'pull_request'
3838 steps :
3939 - name : Checkout repository
40- uses : actions/checkout@v3
40+ uses : actions/checkout@v6
4141 with :
4242 fetch-depth : 50
4343 - name : Check that the CHANGELOG has been modified in the current branch
4747 runs-on : ubuntu-latest
4848 steps :
4949 - name : Checkout repository
50- uses : actions/checkout@v2
50+ uses : actions/checkout@v6
5151 - name : Check CHANGELOG max line length
5252 run : |
5353 max_line_length=$(cat CHANGELOG.md | grep -Ev "^\[.*\]: https://github.com" | wc -L)
@@ -131,7 +131,7 @@ jobs:
131131
132132 steps :
133133 - name : Checkout repository
134- uses : actions/checkout@v4
134+ uses : actions/checkout@v6
135135
136136 - name : Create writable /data
137137 run : |
Original file line number Diff line number Diff line change 2020 runs-on : ubuntu-latest
2121 steps :
2222 - name : Checkout
23- uses : actions/checkout@v4
23+ uses : actions/checkout@v6
2424 with :
2525 fetch-depth : 0
2626
You can’t perform that action at this time.
0 commit comments