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 819844a commit e55e09dCopy full SHA for e55e09d
.github/actions/setup-project/action.yaml
@@ -51,7 +51,7 @@ runs:
51
52
- name: Install docker buildx
53
if: ${{ inputs.install-buildx == 'true' }}
54
- uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3
+ uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3
55
56
- name: Install playwright
57
if: ${{ inputs.install-playwright == 'true' }}
0 commit comments