We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dc7a5e commit 325b64aCopy full SHA for 325b64a
README.md
@@ -31,7 +31,7 @@ This is useful when running tests against a Redis database.
31
32
33
## Usage
34
-A code example says more than a 1000 words. Here’s an exemplary GitHub Action using a Redis server in versions 4 and 5 to test a Node.js app:
+A code example says more than 1,000 words. Here’s an exemplary GitHub Action using a Redis server in versions 4 and 5 to test a Node.js app:
35
36
```yaml
37
name: Run tests
@@ -48,10 +48,10 @@ jobs:
48
49
steps:
50
- name: Git checkout
51
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
52
53
- name: Use Node.js ${{ matrix.node-version }}
54
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v3
55
with:
56
node-version: ${{ matrix.node-version }}
57
0 commit comments