File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ apt-get -y purge lxd-agent-loader snapd modemanager
43
43
apt-get -y autoremove
44
44
45
45
pip3 install conan==1.59 pytest==7.1.3 pytest-timeout pytest-xdist==3.3.1 setproctitle==1.3.2 \
46
- grpcio grpcio-tools PyHamcrest tornado xmltodict pyarrow boto3 moto[server] psutil pygithub==1.59.1
46
+ grpcio grpcio-tools PyHamcrest tornado xmltodict pyarrow boto3 moto[server] psutil pygithub==2.3.0
47
47
48
48
(CCACHE_VERSION=4.8.1 OS_ARCH=$(uname -m);
49
49
curl -s -L https://github.com/ccache/ccache/releases/download/v$CCACHE_VERSION/ccache-$CCACHE_VERSION-linux-$OS_ARCH.tar.xz \
Original file line number Diff line number Diff line change @@ -15,5 +15,5 @@ variable "subnet_id" {
15
15
16
16
variable "github_runner_version" {
17
17
type = string
18
- default = " 2.318.0 "
18
+ default = " 2.319.1 "
19
19
}
You can’t perform that action at this time.
0 commit comments