File tree 4 files changed +13
-13
lines changed 4 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 8
8
sudo apt-get update -yq
9
9
echo "aptVersion=libarchive-tools-$(apt-cache policy libarchive-tools | grep -oP '(?<=Candidate:\s)(.+)')" >> $GITHUB_ENV
10
10
- name : Cache Apt packages
11
- uses : actions/cache@v2
11
+ uses : actions/cache@v3
12
12
id : cache-apt
13
13
with :
14
14
path : ~/.aptcache
26
26
sudo cp --verbose --force --recursive ~/.aptcache/* /
27
27
fi
28
28
- name : Cache shfmt
29
- uses : actions/cache@v2
29
+ uses : actions/cache@v3
30
30
with :
31
31
path : /usr/local/bin/shfmt
32
32
key : 43439b996942b53dfafa9b6ff084f394555d049c98fb7ec37978f7668b43e1be
44
44
sudo chmod a+x "$install_dir"/shfmt
45
45
fi
46
46
- name : Cache Shellcheck
47
- uses : actions/cache@v2
47
+ uses : actions/cache@v3
48
48
with :
49
49
path : /usr/local/bin/shellcheck
50
50
key : 64f17152d96d7ec261ad3086ed42d18232fcb65148b44571b564d688269d36c8
68
68
sudo mv shellcheck "$install_dir"
69
69
fi
70
70
- name : Cache Python environment
71
- uses : actions/cache@v2
71
+ uses : actions/cache@v3
72
72
id : cache-python
73
73
with :
74
74
path : ${{ env.pythonLocation }}
Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-20.04
8
8
steps :
9
9
- name : Checkout the Git repository
10
- uses : actions/checkout@v2
10
+ uses : actions/checkout@v3
11
11
- name : Setup Python
12
- uses : actions/setup-python@v2
12
+ uses : actions/setup-python@v4
13
13
with :
14
14
python-version : ' 3.8'
15
15
- name : Setup Toltec dependencies
@@ -24,17 +24,17 @@ jobs:
24
24
needs : lint
25
25
steps :
26
26
- name : Checkout the Git repository
27
- uses : actions/checkout@v2
27
+ uses : actions/checkout@v3
28
28
- name : Setup Python
29
- uses : actions/setup-python@v2
29
+ uses : actions/setup-python@v4
30
30
with :
31
31
python-version : ' 3.8'
32
32
- name : Setup Toltec dependencies
33
33
uses : ./.github/actions/setup
34
34
- name : Build packages
35
35
run : make repo-new FLAGS='--remote-repo https://toltec-dev.org/${{ github.base_ref }}'
36
36
- name : Save the build output
37
- uses : actions/upload-artifact@v2
37
+ uses : actions/upload-artifact@v3
38
38
with :
39
39
name : repo
40
40
path : build/repo
Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-20.04
10
10
steps :
11
11
- name : Checkout the Git repository
12
- uses : actions/checkout@v2
12
+ uses : actions/checkout@v3
13
13
- name : Setup Python
14
- uses : actions/setup-python@v2
14
+ uses : actions/setup-python@v4
15
15
with :
16
16
python-version : ' 3.8'
17
17
- name : Setup Toltec dependencies
Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-20.04
10
10
steps :
11
11
- name : Checkout the Git repository
12
- uses : actions/checkout@v2
12
+ uses : actions/checkout@v3
13
13
- name : Setup Python
14
- uses : actions/setup-python@v2
14
+ uses : actions/setup-python@v4
15
15
with :
16
16
python-version : ' 3.8'
17
17
- name : Setup Toltec dependencies
You can’t perform that action at this time.
0 commit comments