From 9342f80de3618a5816b66b483c47dd6d264ce529 Mon Sep 17 00:00:00 2001 From: Marcus Poehls Date: Fri, 8 Jan 2021 11:09:25 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3886895..0a59e44 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ jobs: steps: - name: Git checkout - uses: actions/checkout@v1 + uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v1 @@ -56,7 +56,7 @@ jobs: node-version: ${{ matrix.node-version }} - name: Start Redis - uses: supercharge/redis-github-action@1.1.0 + uses: supercharge/redis-github-action@1.2.0 with: redis-version: ${{ matrix.redis-version }}