Skip to content

Commit 6f28639

Browse files
chore(deps): update github-actions (#2579)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [chromaui/action](https://redirect.github.com/chromaui/action) | action | digest | `dd2eecb` -> `64a9c0c` | | postgres | service | digest | `8d3be35` -> `79c927b` | | redis | service | digest | `a06cea9` -> `05f9926` | --- ### Configuration 📅 **Schedule**: Branch creation - "on the 2nd through 5th day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/JabRef/JabRefOnline). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNCIsInVwZGF0ZWRJblZlciI6IjM5LjgwLjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 76a8210 commit 6f28639

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454

5555
services:
5656
postgres:
57-
image: postgres@sha256:8d3be35b184e70d81e54cbcbd3df3c0b47f37d06482c0dd1c140db5dbcc6a808
57+
image: postgres@sha256:79c927b43c8bf2fc1e78b7f4badb394237ee0001032324ef015da562e57a5dcd
5858
env:
5959
POSTGRES_PASSWORD: postgres
6060
POSTGRES_DB: jabref
@@ -68,7 +68,7 @@ jobs:
6868
- 5432:5432
6969

7070
redis:
71-
image: redis@sha256:a06cea905344470eb49c972f3d030e22f28f632c1b4f43bbe4a26a4329dd6be5
71+
image: redis@sha256:05f99264e2928ad472f2751b3a8d1f65c9c2cc1819be04548b2261c08e2e026b
7272
# Set health checks to wait until redis has started
7373
options: >-
7474
--health-cmd "redis-cli ping"
@@ -129,7 +129,7 @@ jobs:
129129
cp -r .output/public/_nuxt storybook-static
130130
131131
- name: Publish and test Storybook
132-
uses: chromaui/action@dd2eecb9bef44f54774581f4163b0327fd8cf607 # v11
132+
uses: chromaui/action@64a9c0ca3bfb724389b0d536e544f56b7b5ff5b3 # v11
133133
with:
134134
projectToken: 'b3787adf2fa5'
135135
# Don't wait until Chroma verified the build (for this we have the Github check)

0 commit comments

Comments
 (0)