Skip to content

Commit 3331378

Browse files
chore(deps): update github-actions (#2565)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | patch | `v4.2.0` -> `v4.2.2` | | [actions/setup-node](https://redirect.github.com/actions/setup-node) | action | minor | `v4.0.4` -> `v4.1.0` | | [actions/setup-python](https://redirect.github.com/actions/setup-python) | action | digest | `f677139` -> `0b93645` | | [chromaui/action](https://redirect.github.com/chromaui/action) | action | digest | `30b6228` -> `dd2eecb` | | postgres | service | digest | `4ec37d2` -> `8d3be35` | | redis | service | digest | `6725a7d` -> `a06cea9` | --- ### Release Notes <details> <summary>actions/checkout (actions/checkout)</summary> ### [`v4.2.2`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v422) [Compare Source](https://redirect.github.com/actions/checkout/compare/v4.2.1...v4.2.2) - `url-helper.ts` now leverages well-known environment variables by [@&#8203;jww3](https://redirect.github.com/jww3) in [https://github.com/actions/checkout/pull/1941](https://redirect.github.com/actions/checkout/pull/1941) - Expand unit test coverage for `isGhes` by [@&#8203;jww3](https://redirect.github.com/jww3) in [https://github.com/actions/checkout/pull/1946](https://redirect.github.com/actions/checkout/pull/1946) ### [`v4.2.1`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v421) [Compare Source](https://redirect.github.com/actions/checkout/compare/v4.2.0...v4.2.1) - Check out other refs/\* by commit if provided, fall back to ref by [@&#8203;orhantoy](https://redirect.github.com/orhantoy) in [https://github.com/actions/checkout/pull/1924](https://redirect.github.com/actions/checkout/pull/1924) </details> <details> <summary>actions/setup-node (actions/setup-node)</summary> ### [`v4.1.0`](https://redirect.github.com/actions/setup-node/compare/v4.0.4...v4.1.0) [Compare Source](https://redirect.github.com/actions/setup-node/compare/v4.0.4...v4.1.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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzUuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzNS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2c48a06 commit 3331378

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ jobs:
1717

1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
20+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2121
with:
2222
fetch-depth: 0
2323

2424
- name: Install pnpm
2525
uses: pnpm/action-setup@v4
2626

2727
- name: Setup Node.js
28-
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
28+
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
2929
with:
3030
node-version: 20
3131
cache: 'pnpm'
@@ -54,7 +54,7 @@ jobs:
5454

5555
services:
5656
postgres:
57-
image: postgres@sha256:4ec37d2a07a0067f176fdcc9d4bb633a5724d2cc4f892c7a2046d054bb6939e5
57+
image: postgres@sha256:8d3be35b184e70d81e54cbcbd3df3c0b47f37d06482c0dd1c140db5dbcc6a808
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:6725a7dc7a44a6486b9d0a5172b10ccaf0c2ea600df87c0b93450d0e7769297f
71+
image: redis@sha256:a06cea905344470eb49c972f3d030e22f28f632c1b4f43bbe4a26a4329dd6be5
7272
# Set health checks to wait until redis has started
7373
options: >-
7474
--health-cmd "redis-cli ping"
@@ -86,15 +86,15 @@ jobs:
8686

8787
steps:
8888
- name: Checkout
89-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
89+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
9090
with:
9191
fetch-depth: 0
9292

9393
- name: Install pnpm
9494
uses: pnpm/action-setup@v4
9595

9696
- name: Setup Node.js
97-
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
97+
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
9898
with:
9999
node-version: ${{ matrix.node }}
100100
cache: 'pnpm'
@@ -129,7 +129,7 @@ jobs:
129129
cp -r .output/public/_nuxt storybook-static
130130
131131
- name: Publish and test Storybook
132-
uses: chromaui/action@30b6228aa809059d46219e0f556752e8672a7e26 # v11
132+
uses: chromaui/action@dd2eecb9bef44f54774581f4163b0327fd8cf607 # v11
133133
with:
134134
projectToken: 'b3787adf2fa5'
135135
# Don't wait until Chroma verified the build (for this we have the Github check)

.github/workflows/deploy-preview.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@ jobs:
3535
run: exit 1
3636

3737
- name: Checkout
38-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
38+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3939
with:
4040
ref: ${{ github.event.pull_request.head.sha || github.ref }}
4141

4242
- name: Install pnpm
4343
uses: pnpm/action-setup@v4
4444

4545
- name: Setup Node.js
46-
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
46+
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
4747
with:
4848
node-version: 20
4949
cache: 'pnpm'
@@ -75,7 +75,7 @@ jobs:
7575
SWA_CLI_DEPLOYMENT_TOKEN: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_MANGO_PEBBLE_0224C3803 }}
7676

7777
- name: Install Python
78-
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5
78+
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
7979
with:
8080
python-version: '3.10'
8181

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ jobs:
4040

4141
steps:
4242
- name: Checkout
43-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
43+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4444

4545
- name: Install pnpm
4646
uses: pnpm/action-setup@v4
4747

4848
- name: Setup Node.js
49-
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
49+
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
5050
with:
5151
node-version: 20
5252
cache: 'pnpm'
@@ -82,7 +82,7 @@ jobs:
8282
SWA_CLI_DEPLOYMENT_TOKEN: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_MANGO_PEBBLE_0224C3803 }}
8383

8484
- name: Install Python
85-
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5
85+
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
8686
with:
8787
python-version: '3.10'
8888

0 commit comments

Comments
 (0)