Skip to content

Commit de107c1

Browse files
chore(deps): update github-actions (#2847)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | postgres | service | digest | `b3ef52d` -> `41fc534` | | redis | service | digest | `d318520` -> `5c7c044` | --- ### 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTkuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1OS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ab24ac0 commit de107c1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353

5454
services:
5555
postgres:
56-
image: postgres@sha256:b3ef52d269e0050ac3ba8266d8bc9650987412f60d66472fdf7e14f523ecc506
56+
image: postgres@sha256:41fc5342eefba6cc2ccda736aaf034bbbb7c3df0fdb81516eba1ba33f360162c
5757
env:
5858
POSTGRES_PASSWORD: postgres
5959
POSTGRES_DB: jabref
@@ -67,7 +67,7 @@ jobs:
6767
- 5432:5432
6868

6969
redis:
70-
image: redis@sha256:d318520052025d3cc5850ba3de966810916c7a7b327b412322399f38be39a39c
70+
image: redis@sha256:5c7c0445ed86918cb9efb96d95a6bfc03ed2059fe2c5f02b4d74f477ffe47915
7171
# Set health checks to wait until redis has started
7272
options: >-
7373
--health-cmd "redis-cli ping"

.github/workflows/copilot-setup-steps.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
services:
2121
postgres:
22-
image: postgres@sha256:b3ef52d269e0050ac3ba8266d8bc9650987412f60d66472fdf7e14f523ecc506
22+
image: postgres@sha256:41fc5342eefba6cc2ccda736aaf034bbbb7c3df0fdb81516eba1ba33f360162c
2323
env:
2424
POSTGRES_PASSWORD: postgres
2525
POSTGRES_DB: jabref
@@ -33,7 +33,7 @@ jobs:
3333
- 5432:5432
3434

3535
redis:
36-
image: redis@sha256:d318520052025d3cc5850ba3de966810916c7a7b327b412322399f38be39a39c
36+
image: redis@sha256:5c7c0445ed86918cb9efb96d95a6bfc03ed2059fe2c5f02b4d74f477ffe47915
3737
# Set health checks to wait until redis has started
3838
options: >-
3939
--health-cmd "redis-cli ping"

0 commit comments

Comments
 (0)