From 25534cf35c3cd9c71ee552ad86710528a50ff0f6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 01:04:37 +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..1c89a9fd1 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:994cc3113ce004ae73df11f0dbc5088cbe6bb0da1691dd7e6f55474202a4f211 env: POSTGRES_PASSWORD: postgres POSTGRES_DB: jabref @@ -68,7 +68,7 @@ jobs: - 5432:5432 redis: - image: redis@sha256:a06cea905344470eb49c972f3d030e22f28f632c1b4f43bbe4a26a4329dd6be5 + image: redis@sha256:af0be38eb8e43191bae9b03fe5c928803930b6f93e2dde3a7ad1165c04b1ce22 # 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@f83748539ac3145a3f6d0d95ebe2cfbc5f385f94 # v11 with: projectToken: 'b3787adf2fa5' # Don't wait until Chroma verified the build (for this we have the Github check)