Skip to content

Commit fa6bb49

Browse files
committed
fix: upgrade redis GA to latest version
1 parent b91a09c commit fa6bb49

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/l5-swagger-generate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
done
8787
8888
- name: Create Redis
89-
uses: supercharge/redis-github-action@1.7.0
89+
uses: supercharge/redis-github-action@1.8.1
9090
with:
9191
redis-port: ${{ env.REDIS_PORT }}
9292
redis-password: ${{ env.REDIS_PASSWORD }}

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
done
8787
8888
- name: Create Redis
89-
uses: supercharge/redis-github-action@1.7.0
89+
uses: supercharge/redis-github-action@1.8.1
9090
with:
9191
redis-port: ${{ env.REDIS_PORT }}
9292
redis-password: ${{ env.REDIS_PASSWORD }}

0 commit comments

Comments
 (0)