15
15
if : " !contains(github.event.head_commit.message, 'skip-ci: create-release')"
16
16
steps :
17
17
- name : Checkout Git repository
18
- uses : actions/checkout@v3
18
+ uses : actions/checkout@v4
19
19
- name : Setup makedeb APT repositories
20
20
uses : makedeb/setup-makedeb@main
21
21
with :
36
36
if : " !failure() && !contains(github.event.head_commit.message, 'skip-ci: deploy-mpr')"
37
37
steps :
38
38
- name : Checkout Git repository
39
- uses : actions/checkout@v3
39
+ uses : actions/checkout@v4
40
40
- name : Setup makedeb APT repositories
41
41
uses : makedeb/setup-makedeb@main
42
42
- name : Publish MPR package
82
82
if : " !failure() && !contains(github.event.head_commit.message, 'skip-ci: deploy-snap')"
83
83
steps :
84
84
- name : Checkout Git repository
85
- uses : actions/checkout@v3
85
+ uses : actions/checkout@v4
86
86
- name : Setup makedeb APT repositories
87
87
uses : makedeb/setup-makedeb@main
88
88
with :
@@ -105,7 +105,7 @@ jobs:
105
105
if : " !failure() && !contains(github.event.head_commit.message, 'skip-ci: deply-flathub')"
106
106
steps :
107
107
- name : Checkout Flathub Celeste Git repository
108
- uses : actions/checkout@v3
108
+ uses : actions/checkout@v4
109
109
with :
110
110
repository : flathub/com.hunterwittenborn.Celeste
111
111
path : com.hunterwittenborn.Celeste
0 commit comments