Skip to content

Commit 189f5ed

Browse files
committed
Forgot to update the CI
1 parent 2ab304e commit 189f5ed

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
specs:
1111
env:
12-
REDIS_URL: redis://redis:6379
12+
CABLE_BACKEND_URL: redis://redis:6379
1313
strategy:
1414
fail-fast: false
1515
matrix:
@@ -40,9 +40,9 @@ jobs:
4040
--health-timeout 5s
4141
--health-retries 5
4242
steps:
43-
- uses: actions/checkout@v3
43+
- uses: actions/checkout@v4
4444
- name: Cache Crystal
45-
uses: actions/cache@v3
45+
uses: actions/cache@v4
4646
with:
4747
path: ~/.cache/crystal
4848
key: ${{ runner.os }}-crystal

0 commit comments

Comments
 (0)