File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 17
17
- name : install Linux deps
18
18
run : sudo apt-get install build-essential pkg-config libc6-dev m4 g++-multilib autoconf libtool ncurses-dev unzip git python3 python3-zmq zlib1g-dev curl bsdmainutils automake libtinfo5
19
19
20
- - uses : actions/checkout@v3
20
+ - uses : actions/checkout@v4
21
21
22
22
- name : Cache dependencies
23
23
uses : actions/cache@v3
63
63
runs-on : ubuntu-latest
64
64
steps :
65
65
# https://zcash.readthedocs.io/en/master/rtd_pages/Debian-Ubuntu-build.html
66
- - uses : actions/checkout@v3
66
+ - uses : actions/checkout@v4
67
67
68
68
- name : Cache dependencies
69
69
uses : actions/cache@v3
@@ -106,7 +106,7 @@ jobs:
106
106
- name : install deps
107
107
run : brew install pkgconfig automake autoconf libtool coreutils
108
108
109
- - uses : actions/checkout@v3
109
+ - uses : actions/checkout@v4
110
110
111
111
- name : Cache dependencies
112
112
uses : actions/cache@v3
Original file line number Diff line number Diff line change 8
8
name : Scripted diffs
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@v3
11
+ - uses : actions/checkout@v4
12
12
with :
13
13
fetch-depth : 0
14
14
ref : ${{ github.event.pull_request.head.sha }}
19
19
name : General
20
20
runs-on : ubuntu-latest
21
21
steps :
22
- - uses : actions/checkout@v3
22
+ - uses : actions/checkout@v4
23
23
24
24
- name : Cargo patches
25
25
run : ./test/lint/lint-cargo-patches.sh
61
61
name : Python
62
62
runs-on : ubuntu-latest
63
63
steps :
64
- - uses : actions/checkout@v3
64
+ - uses : actions/checkout@v4
65
65
- name : Install dependencies
66
66
run : sudo python3 -m pip install pyflakes
67
67
77
77
name : Clippy (1.64.0)
78
78
runs-on : ubuntu-latest
79
79
steps :
80
- - uses : actions/checkout@v3
80
+ - uses : actions/checkout@v4
81
81
- uses : actions-rs/toolchain@v1
82
82
with :
83
83
toolchain : 1.64.0
94
94
name : Rustfmt
95
95
runs-on : ubuntu-latest
96
96
steps :
97
- - uses : actions/checkout@v3
97
+ - uses : actions/checkout@v4
98
98
- uses : actions-rs/toolchain@v1
99
99
with :
100
100
toolchain : 1.64.0
You can’t perform that action at this time.
0 commit comments