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 1b663ca commit 63ef10fCopy full SHA for 63ef10f
.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