ReviewOS

also looking at this

stacks/bun-queue

chore(deps): update redis docker tag to v8

#760
Open renovate[bot] wants to merge renovate/redis-8.x into main
1 file +1 -1

Review threads live on the whole diff, not on one commit, so none are shown here - a thread's line means something in the branch's final form, and painting it into an intermediate step would put it on code it is not about.

.github/workflows/ci.ymlmodified+1-1
Changes to .github/workflows/ci.yml
@@ -65,7 +65,7 @@ jobs:
6565
6666 services:
6767 redis:
68 image: redis:7.4.5-alpine
68 image: redis:8.10.1-alpine
6969 ports:
7070 - 6379:6379
7171 options: >-