We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8cccb8c + 7d413f9 commit 1505d6dCopy full SHA for 1505d6d
2 files changed
.github/workflows/test.yml
@@ -24,7 +24,7 @@ jobs:
24
uses: actions/checkout@v6
25
-
26
name: Set up Docker Buildx
27
- uses: docker/setup-buildx-action@v3
+ uses: docker/setup-buildx-action@v4
28
with:
29
version: ${{ env.SETUP_BUILDX_VERSION }}
30
driver: docker
.github/workflows/validate.yml
@@ -42,7 +42,7 @@ jobs:
42
steps:
43
44
45
46
47
48
0 commit comments