From 76a7f28105324e4c867f9ba4c82cf3a1c7e8a224 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Apr 2023 11:03:54 +0000 Subject: [PATCH] Update plexsystems/container-structure-test-action action to v0.3.0 --- .github/workflows/test-arm-container-images.yaml | 2 +- .github/workflows/test-latest-container-images.yaml | 2 +- .github/workflows/test-lts-container-images.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-arm-container-images.yaml b/.github/workflows/test-arm-container-images.yaml index 2019f20..600acbc 100644 --- a/.github/workflows/test-arm-container-images.yaml +++ b/.github/workflows/test-arm-container-images.yaml @@ -42,7 +42,7 @@ jobs: platforms: ${{ matrix.platform }} - name: 'Run Structure tests' - uses: plexsystems/container-structure-test-action@v0.2.0 + uses: plexsystems/container-structure-test-action@v0.3.0 with: image: docker.io/martialblog/limesurvey:6-${{ matrix.context }} config: tests/${{ matrix.context }}-tests.yaml diff --git a/.github/workflows/test-latest-container-images.yaml b/.github/workflows/test-latest-container-images.yaml index ee55ea0..5bce77e 100644 --- a/.github/workflows/test-latest-container-images.yaml +++ b/.github/workflows/test-latest-container-images.yaml @@ -33,7 +33,7 @@ jobs: tags: docker.io/martialblog/limesurvey:6-${{ matrix.context }} - name: 'Run Structure tests' - uses: plexsystems/container-structure-test-action@v0.2.0 + uses: plexsystems/container-structure-test-action@v0.3.0 with: image: docker.io/martialblog/limesurvey:6-${{ matrix.context }} config: tests/${{ matrix.context }}-tests.yaml diff --git a/.github/workflows/test-lts-container-images.yaml b/.github/workflows/test-lts-container-images.yaml index 2140d77..615cb77 100644 --- a/.github/workflows/test-lts-container-images.yaml +++ b/.github/workflows/test-lts-container-images.yaml @@ -31,7 +31,7 @@ jobs: tags: docker.io/martialblog/limesurvey:5-${{ matrix.context }} - name: 'Run Structure tests' - uses: plexsystems/container-structure-test-action@v0.2.0 + uses: plexsystems/container-structure-test-action@v0.3.0 with: image: docker.io/martialblog/limesurvey:5-${{ matrix.context }} config: tests/${{ matrix.context }}-tests.yaml