diff --git a/.github/workflows/reusable-build.yml b/.github/workflows/reusable-build.yml index 691e596..f5b6e32 100644 --- a/.github/workflows/reusable-build.yml +++ b/.github/workflows/reusable-build.yml @@ -42,7 +42,7 @@ jobs: sudo usermod -aG $SOCK_GID runner - name: Set up Docker Compose - uses: docker/setup-compose-action@8cccb8c14b6500aaffebff1aa49c502c34d2e5e6 # v2.1.0 + uses: docker/setup-compose-action@16feee727cbdc83b6a014e6cc26fec4a79bcf30c # v2.2.0 with: version: latest cache-binary: true diff --git a/.github/workflows/reusable-e2e.yml b/.github/workflows/reusable-e2e.yml index 313a62f..dacb176 100644 --- a/.github/workflows/reusable-e2e.yml +++ b/.github/workflows/reusable-e2e.yml @@ -46,7 +46,7 @@ jobs: sudo usermod -aG $SOCK_GID runner - name: Set up Docker Compose - uses: docker/setup-compose-action@8cccb8c14b6500aaffebff1aa49c502c34d2e5e6 # v2.1.0 + uses: docker/setup-compose-action@16feee727cbdc83b6a014e6cc26fec4a79bcf30c # v2.2.0 with: version: latest cache-binary: true diff --git a/.github/workflows/reusable-phpunit.yml b/.github/workflows/reusable-phpunit.yml index 0081b72..9a6cb81 100644 --- a/.github/workflows/reusable-phpunit.yml +++ b/.github/workflows/reusable-phpunit.yml @@ -58,7 +58,7 @@ jobs: sudo usermod -aG $SOCK_GID runner - name: Set up Docker Compose - uses: docker/setup-compose-action@8cccb8c14b6500aaffebff1aa49c502c34d2e5e6 # v2.1.0 + uses: docker/setup-compose-action@16feee727cbdc83b6a014e6cc26fec4a79bcf30c # v2.2.0 with: version: latest cache-binary: true diff --git a/.github/workflows/reusable-wp-playground-pr-preview-public.yml b/.github/workflows/reusable-wp-playground-pr-preview-public.yml index 6b6d71e..1839d9a 100644 --- a/.github/workflows/reusable-wp-playground-pr-preview-public.yml +++ b/.github/workflows/reusable-wp-playground-pr-preview-public.yml @@ -77,7 +77,7 @@ jobs: - name: Expose built artifact on public URL id: expose - uses: WordPress/action-wp-playground-pr-preview/.github/actions/expose-artifact-on-public-url@c8607529dac8d2bf9a1e8493865fc97cd1c3c87b # v2 + uses: WordPress/action-wp-playground-pr-preview/.github/actions/expose-artifact-on-public-url@5e92f5e3c80d06126f22e83e4bb21221fbbd3e7f # v2 with: artifact-name: ${{ steps.pr-metadata.outputs.artifact-name }} artifact-filename: ${{ inputs.artifact-filename }} @@ -115,7 +115,7 @@ jobs: ARTIFACT_URL: ${{ steps.expose.outputs.artifact-url }} - name: Post Playground preview button - uses: WordPress/action-wp-playground-pr-preview@c8607529dac8d2bf9a1e8493865fc97cd1c3c87b # v2 + uses: WordPress/action-wp-playground-pr-preview@5e92f5e3c80d06126f22e83e4bb21221fbbd3e7f # v2 with: mode: append-to-description blueprint: ${{ steps.blueprint.outputs.blueprint }} diff --git a/.github/workflows/reusable-wp-playground-pr-preview.yml b/.github/workflows/reusable-wp-playground-pr-preview.yml index 0ddf6ed..e67a33d 100644 --- a/.github/workflows/reusable-wp-playground-pr-preview.yml +++ b/.github/workflows/reusable-wp-playground-pr-preview.yml @@ -87,7 +87,7 @@ jobs: - name: Expose built artifact on public URL id: expose - uses: WordPress/action-wp-playground-pr-preview/.github/actions/expose-artifact-on-public-url@c8607529dac8d2bf9a1e8493865fc97cd1c3c87b # v2 + uses: WordPress/action-wp-playground-pr-preview/.github/actions/expose-artifact-on-public-url@5e92f5e3c80d06126f22e83e4bb21221fbbd3e7f # v2 with: artifact-name: ${{ steps.pr-metadata.outputs.artifact-name }} artifact-filename: ${{ inputs.artifact-filename }} @@ -115,7 +115,7 @@ jobs: ARTIFACT_URL: ${{ steps.expose.outputs.artifact-url }} - name: Post Playground preview button - uses: WordPress/action-wp-playground-pr-preview@c8607529dac8d2bf9a1e8493865fc97cd1c3c87b # v2 + uses: WordPress/action-wp-playground-pr-preview@5e92f5e3c80d06126f22e83e4bb21221fbbd3e7f # v2 with: mode: append-to-description blueprint: ${{ steps.blueprint.outputs.blueprint }}