File tree Expand file tree Collapse file tree 5 files changed +44
-44
lines changed Expand file tree Collapse file tree 5 files changed +44
-44
lines changed Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
13
13
steps :
14
- - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
14
+ - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
15
15
- name : Get the version
16
16
id : get_version
17
17
run : echo ::set-output name=VERSION::$(echo $GITHUB_REF | cut -d / -f 3)
Original file line number Diff line number Diff line change 9
9
release :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
12
+ - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
13
13
- name : Install Poetry
14
14
uses : snok/install-poetry@v1
15
15
with :
Original file line number Diff line number Diff line change 6
6
docker-test :
7
7
runs-on : ubuntu-latest
8
8
steps :
9
- - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
9
+ - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
10
10
- name : docker build test
11
11
run : |
12
12
./install-docker.sh && \
17
17
test :
18
18
runs-on : ubuntu-latest
19
19
steps :
20
- - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
20
+ - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
21
21
- uses : actions/setup-go@v4
22
22
with :
23
23
go-version : ' >=1.19.1'
Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ license = "Apache-2.0"
7
7
8
8
[tool .poetry .dependencies ]
9
9
python = " >=3.9 <3.12"
10
- c65faucet = " 1.0.60 "
10
+ c65faucet = " 1.0.62 "
11
11
grpcio = " 1.59.0"
12
12
grpcio-tools = " 1.59.0"
13
- protobuf = " 4.24.3 "
13
+ protobuf = " 4.24.4 "
14
14
prometheus_client = " 0.17.1"
15
15
pybind11 = " 2.11.1"
16
16
os-ken = " <=2.7.0"
@@ -22,8 +22,8 @@ cryptography = "<41.0.5"
22
22
23
23
[tool .poetry .dev-dependencies ]
24
24
attrs = " 23.1.0"
25
- pylint = " 3.0.0 "
26
- pytype = " 2023.9.27 "
25
+ pylint = " 3.0.1 "
26
+ pytype = " 2023.10.5 "
27
27
pytest = " 7.4.2"
28
28
29
29
[tool .poetry .scripts ]
You can’t perform that action at this time.
0 commit comments