File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 39
39
brew install --verbose pkg-config
40
40
41
41
- name : Get GtkAda
42
- uses : actions/checkout@v2
42
+ uses : actions/checkout@v3
43
43
44
- - uses : actions/cache@v2
44
+ - uses : actions/cache@v3
45
45
with :
46
46
path : ./cached_gnat
47
47
key : ${{ runner.os }}-gnat-ce-2020
78
78
fi
79
79
80
80
- name : Keep artifacts
81
- uses : actions/upload-artifact@v2
81
+ uses : actions/upload-artifact@v3
82
82
with :
83
83
name : ${{ runner.os }}-${{ matrix.debug }}
84
84
path : ' *.tar.gz'
Original file line number Diff line number Diff line change 11
11
name : Native (FSF) Build
12
12
jobs :
13
13
ubuntu :
14
- runs-on : ubuntu-20.04
14
+ runs-on : ubuntu-latest
15
15
name : Native on Ubuntu
16
16
steps :
17
17
- name : Get GtkAda
18
- uses : actions/checkout@v2
18
+ uses : actions/checkout@v3
19
19
- name : Install packages
20
20
run : |
21
21
sudo apt-get -qq update
33
33
shell : msys2 {0}
34
34
steps :
35
35
- name : Get GtkAda
36
- uses : actions/checkout@v2
36
+ uses : actions/checkout@v3
37
37
- name : Install packages
38
38
uses : msys2/setup-msys2@v2
39
39
with :
You can’t perform that action at this time.
0 commit comments