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 0067879 commit 8379a04Copy full SHA for 8379a04
.github/workflows/integration-testing.yml
@@ -55,7 +55,7 @@ jobs:
55
- name: Set up Docker Buildx
56
uses: docker/setup-buildx-action@v2
57
- name: Cache Docker layers
58
- uses: actions/cache@v2
+ uses: actions/cache@v4
59
with:
60
path: /tmp/.buildx-cache
61
key: ${{ runner.os }}-buildx-${{ github.sha }}
0 commit comments