Skip to content

Commit 325b64a

Browse files
authored
Update README.md
1 parent 6dc7a5e commit 325b64a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This is useful when running tests against a Redis database.
3131

3232

3333
## 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:
34+
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:
3535

3636
```yaml
3737
name: Run tests
@@ -48,10 +48,10 @@ jobs:
4848

4949
steps:
5050
- name: Git checkout
51-
uses: actions/checkout@v2
51+
uses: actions/checkout@v3
5252

5353
- name: Use Node.js ${{ matrix.node-version }}
54-
uses: actions/setup-node@v1
54+
uses: actions/setup-node@v3
5555
with:
5656
node-version: ${{ matrix.node-version }}
5757

0 commit comments

Comments
 (0)