Skip to content

Commit cc5c5ce

Browse files
chore(deps): update github-actions (#2807)
> [!NOTE] > Mend has cancelled [the proposed renaming](https://redirect.github.com/renovatebot/renovate/discussions/37842) of the Renovate GitHub app being renamed to `mend[bot]`. > > This notice will be removed on 2025-10-07. <hr> This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [chromaui/action](https://redirect.github.com/chromaui/action) | action | minor | `v13.1.4` -> `v13.3.0` | | [node](https://redirect.github.com/actions/node-versions) | uses-with | minor | `22.19.0` -> `22.20.0` | | postgres | service | digest | `29e0bb0` -> `073e7c8` | | redis | service | digest | `cc2dfb8` -> `f0957bc` | --- ### Release Notes <details> <summary>chromaui/action (chromaui/action)</summary> ### [`v13.3.0`](https://redirect.github.com/chromaui/action/compare/v13.2.1...v13.3.0) [Compare Source](https://redirect.github.com/chromaui/action/compare/v13.2.1...v13.3.0) ### [`v13.2.1`](https://redirect.github.com/chromaui/action/compare/v13.2.0...v13.2.1) [Compare Source](https://redirect.github.com/chromaui/action/compare/v13.2.0...v13.2.1) ### [`v13.2.0`](https://redirect.github.com/chromaui/action/compare/v13.1.5...v13.2.0) [Compare Source](https://redirect.github.com/chromaui/action/compare/v13.1.5...v13.2.0) ### [`v13.1.5`](https://redirect.github.com/chromaui/action/compare/v13.1.4...v13.1.5) [Compare Source](https://redirect.github.com/chromaui/action/compare/v13.1.4...v13.1.5) </details> <details> <summary>actions/node-versions (node)</summary> ### [`v22.20.0`](https://redirect.github.com/actions/node-versions/releases/tag/22.20.0-17993202319): 22.20.0 [Compare Source](https://redirect.github.com/actions/node-versions/compare/22.19.0-17311483029...22.20.0-17993202319) Node.js 22.20.0 </details> --- ### 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzEuOSIsInVwZGF0ZWRJblZlciI6IjQxLjEzMS45IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 46eb7b6 commit cc5c5ce

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup Node.js
2828
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
2929
with:
30-
node-version: 22.19.0
30+
node-version: 22.20.0
3131
cache: 'pnpm'
3232

3333
- name: Install dependencies
@@ -53,7 +53,7 @@ jobs:
5353

5454
services:
5555
postgres:
56-
image: postgres@sha256:29e0bb09c8e7e7fc265ea9f4367de9622e55bae6b0b97e7cce740c2d63c2ebc0
56+
image: postgres@sha256:073e7c8b84e2197f94c8083634640ab37105effe1bc853ca4d5fbece3219b0e8
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:cc2dfb8f5151da2684b4a09bd04b567f92d07591d91980eb3eca21df07e12760
70+
image: redis@sha256:f0957bcaa75fd58a9a1847c1f07caf370579196259d69ac07f2e27b5b389b021
7171
# Set health checks to wait until redis has started
7272
options: >-
7373
--health-cmd "redis-cli ping"
@@ -94,7 +94,7 @@ jobs:
9494
- name: Setup Node.js
9595
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
9696
with:
97-
node-version: 22.19.0
97+
node-version: 22.20.0
9898
cache: 'pnpm'
9999

100100
- name: Install dependencies
@@ -135,7 +135,7 @@ jobs:
135135

136136
- name: Publish and test Storybook
137137
if: always()
138-
uses: chromaui/action@d0795df816d05c4a89c80295303970fddd247cce # v13.1.4
138+
uses: chromaui/action@4ffe736a2a8262ea28067ff05a13b635ba31ec05 # v13.3.0
139139
with:
140140
projectToken: 'b3787adf2fa5'
141141
# Don't wait until Chroma verified the build (for this we have the Github check)

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

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

2020
services:
2121
postgres:
22-
image: postgres@sha256:29e0bb09c8e7e7fc265ea9f4367de9622e55bae6b0b97e7cce740c2d63c2ebc0
22+
image: postgres@sha256:073e7c8b84e2197f94c8083634640ab37105effe1bc853ca4d5fbece3219b0e8
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:cc2dfb8f5151da2684b4a09bd04b567f92d07591d91980eb3eca21df07e12760
36+
image: redis@sha256:f0957bcaa75fd58a9a1847c1f07caf370579196259d69ac07f2e27b5b389b021
3737
# Set health checks to wait until redis has started
3838
options: >-
3939
--health-cmd "redis-cli ping"
@@ -54,7 +54,7 @@ jobs:
5454
- name: Setup Node.js
5555
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
5656
with:
57-
node-version: 22.19.0
57+
node-version: 22.20.0
5858
cache: 'pnpm'
5959

6060
- name: Install dependencies

.github/workflows/deploy-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Setup Node.js
4848
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
4949
with:
50-
node-version: 22.19.0
50+
node-version: 22.20.0
5151
cache: 'pnpm'
5252

5353
- name: Install dependencies

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Setup Node.js
4949
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
5050
with:
51-
node-version: 22.19.0
51+
node-version: 22.20.0
5252
cache: 'pnpm'
5353

5454
- name: Install dependencies

0 commit comments

Comments
 (0)