We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 187fe80 commit 86e8648Copy full SHA for 86e8648
.github/workflows/test-sdk.yml
@@ -28,7 +28,7 @@ jobs:
28
29
- name: Restore Docker Image Cache
30
id: restore-cache
31
- uses: actions/cache@v3
+ uses: actions/cache@v4
32
with:
33
path: /tmp/docker-image-cache
34
key: ${{ runner.os }}-docker-${{ hashFiles('**/ci/docker-compose.yml') }}
0 commit comments