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 17
17
apt-get install git -y
18
18
19
19
- name : Clone repository
20
- uses : actions/checkout@v4
20
+ uses : actions/checkout@v5
21
21
with :
22
22
token : ${{ secrets.GIT_USER_TOKEN }}
23
23
Original file line number Diff line number Diff line change 19
19
image : ghcr.io/elementary/docker:${{ matrix.version }}
20
20
21
21
steps :
22
- - uses : actions/checkout@v4
22
+ - uses : actions/checkout@v5
23
23
- name : Install Dependencies
24
24
run : |
25
25
apt update
39
39
image : valalang/lint
40
40
41
41
steps :
42
- - uses : actions/checkout@v4
42
+ - uses : actions/checkout@v5
43
43
- name : Lint
44
44
run : io.elementary.vala-lint -d .
Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-22.04
10
10
if : github.event.pull_request.merged == true && true == contains(join(github.event.pull_request.labels.*.name), 'Release')
11
11
steps :
12
- - uses : actions/checkout@v4
12
+ - uses : actions/checkout@v5
13
13
- uses : elementary/actions/release@main
14
14
env :
15
15
GIT_USER_TOKEN : " ${{ secrets.GIT_USER_TOKEN }}"
You can’t perform that action at this time.
0 commit comments