Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
marcuspoehls committed Dec 28, 2021
1 parent 7a12022 commit 4b67a31
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
node-version: ${{ matrix.node-version }}

- name: Start Redis
uses: supercharge/redis-github-action@1.3.0
uses: supercharge/redis-github-action@1.4.0
with:
redis-version: ${{ matrix.redis-version }}

Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
steps:
- name: Start Redis
uses: supercharge/redis-github-action@1.3.0
uses: supercharge/redis-github-action@1.4.0
with:
redis-version: ${{ matrix.redis-version }}
redis-port: 12345
Expand All @@ -113,7 +113,7 @@ jobs:
steps:
- name: Start Redis
uses: supercharge/redis-github-action@1.3.0
uses: supercharge/redis-github-action@1.4.0
with:
redis-version: ${{ matrix.redis-version }}
redis-container-name: redis-auth-token-cache
Expand Down

0 comments on commit 4b67a31

Please sign in to comment.