Skip to content

Commit 5b2a911

Browse files
committed
replace outdated cache library
1 parent c270f6b commit 5b2a911

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-database.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
working-directory: ./packages/database
3030
run: echo "SUPABASE_VERSION=$(./node_modules/.bin/supabase --version)" >> $GITHUB_ENV
3131
- name: Cache Docker images.
32-
uses: ScribeMD/docker-cache@0.5.0
32+
uses: AndreKurait/docker-cache@0.6.0
3333
with:
3434
key: docker-${{ runner.os }}-${{ env.SUPABASE_VERSION }}
3535
- name: Setup database

0 commit comments

Comments
 (0)