From ec396ad69460af4c10f590fe55cb1c2683a804a7 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 9 Oct 2024 22:02:18 +0000 Subject: [PATCH] chore(deps): update swanseauniversitymedical/workflows action --- .github/workflows/controller-container.yaml | 2 +- .github/workflows/guacamole-chart.yaml | 2 +- .github/workflows/guacamole-crds-chart.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/controller-container.yaml b/.github/workflows/controller-container.yaml index 6554d20..a677477 100644 --- a/.github/workflows/controller-container.yaml +++ b/.github/workflows/controller-container.yaml @@ -34,7 +34,7 @@ jobs: # Job name must be unique across repo to target # branch protection rules "required checks" properly!! controller-container: - uses: SwanseaUniversityMedical/workflows/.github/workflows/pr-and-release-container.yaml@v2.0.1-containers + uses: SwanseaUniversityMedical/workflows/.github/workflows/pr-and-release-container.yaml@v2.0.2-containers with: job-name: controller-container registry: ${{ vars.HARBOR_REGISTRY }} diff --git a/.github/workflows/guacamole-chart.yaml b/.github/workflows/guacamole-chart.yaml index fd53736..9516456 100644 --- a/.github/workflows/guacamole-chart.yaml +++ b/.github/workflows/guacamole-chart.yaml @@ -33,7 +33,7 @@ jobs: # Job name must be unique across repo to target # branch protection rules "required checks" properly! guacamole-chart: - uses: SwanseaUniversityMedical/workflows/.github/workflows/pr-and-release-chart.yaml@v2.0.3-charts + uses: SwanseaUniversityMedical/workflows/.github/workflows/pr-and-release-chart.yaml@v2.0.4-charts with: job-name: guacamole-chart registry: ${{ vars.HARBOR_REGISTRY }} diff --git a/.github/workflows/guacamole-crds-chart.yaml b/.github/workflows/guacamole-crds-chart.yaml index a358061..2c45fb9 100644 --- a/.github/workflows/guacamole-crds-chart.yaml +++ b/.github/workflows/guacamole-crds-chart.yaml @@ -33,7 +33,7 @@ jobs: # Job name must be unique across repo to target # branch protection rules "required checks" properly! guacamole-crds-chart: - uses: SwanseaUniversityMedical/workflows/.github/workflows/pr-and-release-chart.yaml@v2.0.3-charts + uses: SwanseaUniversityMedical/workflows/.github/workflows/pr-and-release-chart.yaml@v2.0.4-charts with: job-name: guacamole-crds-chart registry: ${{ vars.HARBOR_REGISTRY }}