From f3ab159fb79309ab3c3c25fcba9e93e680fcda03 Mon Sep 17 00:00:00 2001 From: Alex Snaps Date: Wed, 8 May 2024 16:14:04 -0400 Subject: [PATCH] Bump redis version --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 0c86b095..a76a191d 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -38,7 +38,7 @@ jobs: - uses: actions/checkout@v4 - uses: supercharge/redis-github-action@1.1.0 with: - redis-version: 5 + redis-version: 7 - uses: actions-rust-lang/setup-rust-toolchain@v1 - uses: abelfodil/protoc-action@v1 with: