Skip to content

Commit 9cf8a2f

Browse files
committed
fix: action supercharge/redis-github-action to latest
1 parent 797e8a5 commit 9cf8a2f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/node.js.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ jobs:
2727
uses: actions/setup-node@v4
2828
with:
2929
node-version: ${{ matrix.node-version }}
30-
- uses: supercharge/redis-github-action@1.4.0
30+
- uses: supercharge/redis-github-action@1.8.1
3131
with:
32-
redis-version: 6
32+
redis-version: 7
3333
- name: Install & Setup InfluxDB
3434
run: |
3535
cd /tmp

0 commit comments

Comments
 (0)