Skip to content

Commit 0fb9f32

Browse files
chore(deps): update all non-major dependencies
1 parent 89d3f5d commit 0fb9f32

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
OPENAI_API_KEY=openai:api-key
5353
5454
- name: Start docker-compose services
55-
uses: hoverkraft-tech/compose-action@3c795f9eb1db588146398cd8e4ab0fe98e0f92db
55+
uses: hoverkraft-tech/compose-action@b542f028fa67c0648ff170542be21647d0c35c53
5656
with:
5757
compose-file: "docker-compose.yaml"
5858

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
# Do this early so that it can start up in time for the tests to run.
2525
# We may need to add a wait here.
2626
- name: Start docker-compose services
27-
uses: hoverkraft-tech/compose-action@3c795f9eb1db588146398cd8e4ab0fe98e0f92db
27+
uses: hoverkraft-tech/compose-action@b542f028fa67c0648ff170542be21647d0c35c53
2828
with:
2929
compose-file: "docker-compose.yaml"
3030

docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ services:
3232
- ./testdata/prometheus-entrypoint.sh:/etc/prometheus/entrypoint.sh
3333

3434
loki:
35-
image: grafana/loki:3.6.8@sha256:9db961170b729dc38277963cbb4a79941626388562cc455db61bf85564aa8945
35+
image: grafana/loki:3.7.1@sha256:73e905b51a7f917f7a1075e4be68759df30226e03dcb3cd2213b989cc0dc8eb4
3636
ports:
3737
- "3100:3100"
3838
command: -config.file=/etc/loki/loki-config.yml

0 commit comments

Comments
 (0)