From 033fdb92d09b1a42aac19e08bcdf6f377f56b643 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 20:12:06 +0200 Subject: [PATCH] chore(deps): update plexsystems/container-structure-test-action action to v0.2.0 (#474) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build-image-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-image-test.yaml b/.github/workflows/build-image-test.yaml index 193e2d9..22b9d9d 100644 --- a/.github/workflows/build-image-test.yaml +++ b/.github/workflows/build-image-test.yaml @@ -36,7 +36,7 @@ jobs: - name: Run structure tests if: steps.changed-files-specific.outputs.any_changed == 'true' - uses: plexsystems/container-structure-test-action@v0.1.0 + uses: plexsystems/container-structure-test-action@fc4492b7bf1d5bbca12490f416808ea75c1ae75e # v0.2.0 with: image: ghcr.io/${{ github.repository }}:${{ env.IMAGE_TAG }} config: .github/.container-structure-test-config.yaml