Skip to content

Commit abfda32

Browse files
fixes
1 parent cf89747 commit abfda32

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/slo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
dotnet-version: 8.0.x
4848

4949
- name: Initialize YDB SLO
50-
uses: ydb-platform/ydb-slo-action/init@cbbe01f2bb5c57cf44b997e10662e155d0bd80eb
50+
uses: ydb-platform/ydb-slo-action/init@main
5151
with:
5252
github_pull_request_number: ${{ github.event.inputs.github_pull_request_number }}
5353
github_token: ${{ secrets.GITHUB_TOKEN }}

slo/playground/configs/compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ x-runtime: &runtime
55
network_mode: host
66

77
x-ydb-node: &ydb-node
8-
image: cr.yandex/crptqonuodf51kdj7a7d/ydb:24.3.15.5
8+
image: cr.yandex/crptqonuodf51kdj7a7d/ydb:24.4.4.2
99
restart: always
1010
<<: *runtime
1111
volumes:

0 commit comments

Comments
 (0)