From 0c015b808d5f2d2a6154aa97b3a79ff0cf94d474 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Dec 2024 04:47:36 +0000 Subject: [PATCH] chore(deps): update github-actions --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0519765b7..85c78f2be 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,7 +54,7 @@ jobs: services: postgres: - image: postgres@sha256:8d3be35b184e70d81e54cbcbd3df3c0b47f37d06482c0dd1c140db5dbcc6a808 + image: postgres@sha256:79c927b43c8bf2fc1e78b7f4badb394237ee0001032324ef015da562e57a5dcd env: POSTGRES_PASSWORD: postgres POSTGRES_DB: jabref @@ -68,7 +68,7 @@ jobs: - 5432:5432 redis: - image: redis@sha256:a06cea905344470eb49c972f3d030e22f28f632c1b4f43bbe4a26a4329dd6be5 + image: redis@sha256:05f99264e2928ad472f2751b3a8d1f65c9c2cc1819be04548b2261c08e2e026b # Set health checks to wait until redis has started options: >- --health-cmd "redis-cli ping" @@ -129,7 +129,7 @@ jobs: cp -r .output/public/_nuxt storybook-static - name: Publish and test Storybook - uses: chromaui/action@dd2eecb9bef44f54774581f4163b0327fd8cf607 # v11 + uses: chromaui/action@64a9c0ca3bfb724389b0d536e544f56b7b5ff5b3 # v11 with: projectToken: 'b3787adf2fa5' # Don't wait until Chroma verified the build (for this we have the Github check)