diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a58a094..0e99551 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,7 +16,7 @@ jobs: fetch-depth: 0 token: ${{ secrets.GITHUB_TOKEN }} - name: Start Redis - uses: supercharge/redis-github-action@1.8.1 + uses: supercharge/redis-github-action@1.8.0 - name: Setup Node.js uses: actions/setup-node@v6 with: diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index fdab05a..5417032 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -12,7 +12,7 @@ jobs: with: token: ${{ secrets.GITHUB_TOKEN }} - name: Start Redis - uses: supercharge/redis-github-action@1.8.1 + uses: supercharge/redis-github-action@1.8.0 - name: Setup Node.js uses: actions/setup-node@v6 with: