@@ -33,16 +33,16 @@ jobs:
33
33
# configure timezone to avoid 'tzdata' package to require user interaction during installation (needed for ubuntu:focal)
34
34
TZ=Europe/Helsinki ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
35
35
- name : add cppfw deb repo
36
- uses : myci-actions/add-deb-repo@master
36
+ uses : myci-actions/add-deb-repo@main
37
37
with :
38
38
repo : deb https://gagis.hopto.org/repo/cppfw/${{ matrix.os }} ${{ matrix.codename }} main
39
39
repo-name : cppfw
40
40
keys-asc : https://gagis.hopto.org/repo/cppfw/pubkey.gpg
41
41
install : git myci devscripts equivs
42
42
- name : git clone
43
- uses : myci-actions/checkout@master
43
+ uses : myci-actions/checkout@main
44
44
- name : set PACKAGE_VERSION
45
- uses : myci-actions/export-env-var@master
45
+ uses : myci-actions/export-env-var@main
46
46
with : {name: PACKAGE_VERSION, value: $(myci-deb-version.sh debian/changelog)}
47
47
- name : prepare debian package
48
48
run : myci-deb-prepare.sh
@@ -72,17 +72,17 @@ jobs:
72
72
run : |
73
73
pacman --sync --refresh --sysupgrade --noconfirm --noprogressbar base-devel git
74
74
- name : add cppfw pacman repo
75
- uses : myci-actions/add-pacman-repo@master
75
+ uses : myci-actions/add-pacman-repo@main
76
76
with :
77
77
name : cppfw
78
78
url : https://gagis.hopto.org/repo/cppfw/archlinux/${{ matrix.arch }}
79
79
key-server : https://gagis.hopto.org/repo/cppfw/pubkey.gpg
80
80
install : >-
81
81
myci
82
82
- name : git clone
83
- uses : myci-actions/checkout@master
83
+ uses : myci-actions/checkout@main
84
84
- name : set PACKAGE_VERSION
85
- uses : myci-actions/export-env-var@master
85
+ uses : myci-actions/export-env-var@main
86
86
with : {name: PACKAGE_VERSION, value: $(myci-deb-version.sh debian/changelog)}
87
87
# makepkg needs to install dependency packages, so nobody user needs sudo rights
88
88
- name : add nobody to sudoers
@@ -113,15 +113,15 @@ jobs:
113
113
rm -rf /usr/local/bin/python3*
114
114
rm -rf /usr/local/bin/python3*-config
115
115
- name : git clone
116
- uses : myci-actions/checkout@master
116
+ uses : myci-actions/checkout@main
117
117
- name : add cppfw tap
118
118
run : |
119
119
brew tap cppfw/tap
120
120
brew update
121
121
- name : install ci tools
122
122
run : brew install myci make
123
123
- name : set PATH to use latest make
124
- uses : myci-actions/export-env-var@master
124
+ uses : myci-actions/export-env-var@main
125
125
with : {name: PATH, value: "$HOMEBREW_PREFIX/opt/make/libexec/gnubin:$PATH"}
126
126
- name : install deps
127
127
run : myci-brew-install.sh `myci-list-deps-homebrew.sh`
@@ -148,15 +148,15 @@ jobs:
148
148
msys2-devel
149
149
make
150
150
- name : add cppfw pacman msys repo
151
- uses : myci-actions/add-pacman-repo@master
151
+ uses : myci-actions/add-pacman-repo@main
152
152
with :
153
153
name : cppfw_msys
154
154
url : https://gagis.hopto.org/repo/cppfw/msys2/msys
155
155
shell : ' msys2 {0}'
156
156
key-server : https://gagis.hopto.org/repo/cppfw/pubkey.gpg
157
157
install : myci git
158
158
- name : git clone
159
- uses : myci-actions/checkout@master
159
+ uses : myci-actions/checkout@main
160
160
- name : prepare pacman package
161
161
run : myci-apply-version.sh -v $(myci-deb-version.sh debian/changelog) msys2/PKGBUILD.in
162
162
- name : build
@@ -194,14 +194,14 @@ jobs:
194
194
diffutils
195
195
dos2unix
196
196
- name : add cppfw pacman msys repo
197
- uses : myci-actions/add-pacman-repo@master
197
+ uses : myci-actions/add-pacman-repo@main
198
198
with :
199
199
name : cppfw_msys
200
200
url : https://gagis.hopto.org/repo/cppfw/msys2/msys
201
201
shell : ' msys2 {0}'
202
202
key-server : https://gagis.hopto.org/repo/cppfw/pubkey.gpg
203
203
install : myci git
204
204
- name : git clone
205
- uses : myci-actions/checkout@master
205
+ uses : myci-actions/checkout@main
206
206
- name : test
207
207
run : make test
0 commit comments