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 8aad2b4 commit cc1ef74Copy full SHA for cc1ef74
.github/workflows/validator-docker.yaml
@@ -47,7 +47,7 @@ jobs:
47
type=semver,pattern={{major}},enable=${{ !startsWith(github.ref, 'refs/tags/v0.') }}
48
49
- name: Set up Docker Buildx
50
- uses: docker/setup-buildx-action@18ce135bb5112fa8ce4ed6c17ab05699d7f3a5e0 # v3
+ uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3
51
52
- name: Copy schema files
53
run: make validator-copy-schema
0 commit comments