Skip to content

Commit 07e9bbe

Browse files
authored
ci: upgrade runner version and PyGitHub (#7908)
1 parent d3c8490 commit 07e9bbe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ydb/ci/gh-runner-image/image.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ apt-get -y purge lxd-agent-loader snapd modemanager
4343
apt-get -y autoremove
4444
4545
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
4747
4848
(CCACHE_VERSION=4.8.1 OS_ARCH=$(uname -m);
4949
curl -s -L https://github.com/ccache/ccache/releases/download/v$CCACHE_VERSION/ccache-$CCACHE_VERSION-linux-$OS_ARCH.tar.xz \

ydb/ci/gh-runner-image/ydbtech.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ variable "subnet_id" {
1515

1616
variable "github_runner_version" {
1717
type = string
18-
default = "2.318.0"
18+
default = "2.319.1"
1919
}

0 commit comments

Comments
 (0)