Skip to content

Commit c9c6d60

Browse files
chore(deps): update supercharge/redis-github-action action to v1.8.1
1 parent bf2039d commit c9c6d60

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/setup-databases/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ runs:
2020
mongodb-version: ${{ inputs.mongodb-version }}
2121

2222
- name: Start Redis
23-
uses: supercharge/[email protected].0
23+
uses: supercharge/[email protected].1
2424
with:
2525
redis-version: ${{ inputs.redis-version }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
mongodb-version: 4.4
3131
- name: Start Redis
32-
uses: supercharge/[email protected].0
32+
uses: supercharge/[email protected].1
3333
with:
3434
redis-version: 6
3535
- name: Setup pnpm

0 commit comments

Comments
 (0)