From 14df0e72c7cf000b256080a397b4e09010f71ab4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 18:14:45 +0000 Subject: [PATCH] Bump superchargejs/redis-github-action from 1.7.0 to 1.8.0 Bumps [superchargejs/redis-github-action](https://github.com/superchargejs/redis-github-action) from 1.7.0 to 1.8.0. - [Release notes](https://github.com/superchargejs/redis-github-action/releases) - [Changelog](https://github.com/supercharge/redis-github-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/superchargejs/redis-github-action/compare/1.7.0...1.8.0) --- updated-dependencies: - dependency-name: superchargejs/redis-github-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8124666..4e606b3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,7 +32,7 @@ jobs: uses: actions/checkout@v4 - name: Start Redis v4 - uses: superchargejs/redis-github-action@1.7.0 + uses: superchargejs/redis-github-action@1.8.0 with: redis-version: ${{ matrix.redis }}