Update README.md

pull/6/head
Marcus Poehls 2021-01-08 11:09:25 +01:00 committed by GitHub
parent 1f58ff85cf
commit 9342f80de3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ jobs:
steps: steps:
- name: Git checkout - name: Git checkout
uses: actions/checkout@v1 uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }} - name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1 uses: actions/setup-node@v1
@ -56,7 +56,7 @@ jobs:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}
- name: Start Redis - name: Start Redis
uses: supercharge/redis-github-action@1.1.0 uses: supercharge/redis-github-action@1.2.0
with: with:
redis-version: ${{ matrix.redis-version }} redis-version: ${{ matrix.redis-version }}