File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1010
1111 steps :
1212 - name : Clone repository
13- uses : actions/checkout@v4
13+ uses : actions/checkout@v5
1414 with :
1515 token : ${{ secrets.GIT_USER_TOKEN }}
1616
Original file line number Diff line number Diff line change 1919 image : ghcr.io/elementary/docker:${{ matrix.version }}
2020
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v5
2323 - name : Install Dependencies
2424 run : |
2525 apt update
4040 image : valalang/lint
4141
4242 steps :
43- - uses : actions/checkout@v4
43+ - uses : actions/checkout@v5
4444 - name : Lint
4545 run : io.elementary.vala-lint -d .
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 if : github.event.pull_request.merged == true && true == contains(join(github.event.pull_request.labels.*.name), 'Release')
1111 steps :
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@v5
1313 - uses : elementary/actions/release@main
1414 env :
1515 GIT_USER_TOKEN : " ${{ secrets.GIT_USER_TOKEN }}"
You can’t perform that action at this time.
0 commit comments