Skip to content

Commit

Permalink
chore(deps): update workflows non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 17, 2024
1 parent 6f95909 commit 984c52a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/controller-container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,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.2-containers
uses: SwanseaUniversityMedical/workflows/.github/workflows/pr-and-release-container.yaml@v2.0.3-containers
with:
job-name: controller-container
comment-pr: "true"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fizzbuzz-crds-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
# Job name must be unique across repo to target
# branch protection rules "required checks" properly!
fizzbuzz-crds-chart:
uses: SwanseaUniversityMedical/workflows/.github/workflows/pr-and-release-chart.yaml@v1.0.4-charts
uses: SwanseaUniversityMedical/workflows/.github/workflows/pr-and-release-chart.yaml@v1.6.0-charts
with:
job-name: fizzbuzz-crds-chart
comment-pr: "true"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/internal-container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
# Job name must be unique across repo to target
# branch protection rules "required checks" properly!
internal-container:
uses: SwanseaUniversityMedical/workflows/.github/workflows/pr-and-release-container.yaml@v2.0.2-containers
uses: SwanseaUniversityMedical/workflows/.github/workflows/pr-and-release-container.yaml@v2.0.3-containers
with:
job-name: internal-container
comment-pr: "true"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/renovate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
group: heavy

steps:
- uses: SwanseaUniversityMedical/workflows/.github/actions/renovate@v1.0.2-renovate
- uses: SwanseaUniversityMedical/workflows/.github/actions/renovate@v1.0.3-renovate
with:
token: ${{ secrets.RENOVATE_TOKEN }}
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trino-container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
# Job name must be unique across repo to target
# branch protection rules "required checks" properly!
trino-container:
uses: SwanseaUniversityMedical/workflows/.github/workflows/pr-and-release-container.yaml@v2.0.2-containers
uses: SwanseaUniversityMedical/workflows/.github/workflows/pr-and-release-container.yaml@v2.0.3-containers
with:
job-name: trino-container
comment-pr: "true"
Expand Down

0 comments on commit 984c52a

Please sign in to comment.