We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d858e3f commit c777b9fCopy full SHA for c777b9f
.github/workflows/main.yml
@@ -16,7 +16,7 @@ jobs:
16
fetch-depth: 0
17
token: ${{ secrets.GITHUB_TOKEN }}
18
- name: Start Redis
19
- uses: supercharge/redis-github-action@1.8.1
+ uses: supercharge/redis-github-action@1.8.0
20
- name: Setup Node.js
21
uses: actions/setup-node@v6
22
with:
.github/workflows/pull_request.yml
@@ -12,7 +12,7 @@ jobs:
12
13
14
15
0 commit comments