Skip to content

Commit 42e6e89

Browse files
chore: fix CI to run tests
1 parent d991846 commit 42e6e89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/backend-core-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v2
2424

2525
- name: Setup apt cache
26-
uses: actions/cache@v2
26+
uses: actions/cache@v4
2727
with:
2828
path: /var/cache/apt/archives
2929
key: ${{ runner.os }}-apt-${{ hashFiles('/etc/apt/sources.list') }}

0 commit comments

Comments
 (0)