From 75dd26d263d51e1607156d736979865e73a58bbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 18:01:42 +0000 Subject: [PATCH] build(deps): bump supercharge/redis-github-action from 1.8.1 to 2 Bumps [supercharge/redis-github-action](https://github.com/supercharge/redis-github-action) from 1.8.1 to 2. - [Release notes](https://github.com/supercharge/redis-github-action/releases) - [Changelog](https://github.com/supercharge/redis-github-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/supercharge/redis-github-action/compare/1.8.1...v2) --- updated-dependencies: - dependency-name: supercharge/redis-github-action dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 4 ++-- .github/workflows/pull_request.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 80c7bd6..f2c1983 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@v2 - name: Setup Node.js uses: actions/setup-node@v6 with: @@ -43,7 +43,7 @@ jobs: with: token: ${{ secrets.GITHUB_TOKEN }} - name: Start Redis - uses: supercharge/redis-github-action@1.8.1 + uses: supercharge/redis-github-action@v2 - 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..50692f6 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@v2 - name: Setup Node.js uses: actions/setup-node@v6 with: