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 d010567Copy full SHA for d010567
.github/workflows/integration-testing.yml
@@ -53,7 +53,7 @@ jobs:
53
username: ${{ github.actor }}
54
password: ${{ secrets.GITHUB_TOKEN }}
55
- name: Set up Docker Buildx
56
- uses: docker/setup-buildx-action@v2
+ uses: docker/setup-buildx-action@v3
57
- name: Cache Docker layers
58
uses: actions/cache@v2
59
with:
0 commit comments