Skip to content

Commit

Permalink
Merge pull request #335 from Kuadrant/redis-version-workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-cattermole authored May 17, 2024
2 parents d6fa117 + f008eb3 commit 0576636
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v4
- uses: supercharge/[email protected]
with:
redis-version: 5
redis-version: 7
# Nightly is required for code coverage with doctests
# https://github.com/taiki-e/cargo-llvm-cov/issues/2
- uses: actions-rust-lang/setup-rust-toolchain@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
protoc-version: '3.19.4'
- uses: supercharge/[email protected]
with:
redis-version: 5
redis-version: 7
- uses: actions/checkout@v4
with:
ref: crate-v${{ github.event.inputs.version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- uses: actions/checkout@v4
- uses: supercharge/[email protected]
with:
redis-version: 5
redis-version: 7
- uses: actions-rust-lang/setup-rust-toolchain@v1
- uses: abelfodil/protoc-action@v1
with:
Expand Down

0 comments on commit 0576636

Please sign in to comment.