File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2020 apt install -y git
2121
2222 - name : Checkout main
23- uses : actions/checkout@v4
23+ uses : actions/checkout@v5
2424 with :
2525 fetch-depth : 0
2626
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
3939 image : valalang/lint
4040
4141 steps :
42- - uses : actions/checkout@v4
42+ - uses : actions/checkout@v5
4343 - name : Lint
4444 run : io.elementary.vala-lint -d .
Original file line number Diff line number Diff line change 1717 apt-get install git -y
1818
1919 - name : Clone repository
20- uses : actions/checkout@v4
20+ uses : actions/checkout@v5
2121 with :
2222 token : ${{ secrets.GIT_USER_TOKEN }}
2323
Original file line number Diff line number Diff line change 1818 apt-get install git -y
1919
2020 - name : Clone repository
21- uses : actions/checkout@v4
21+ uses : actions/checkout@v5
2222 with :
2323 token : ${{ secrets.GIT_USER_TOKEN }}
2424
You can’t perform that action at this time.
0 commit comments