Skip to content

Commit b8645ea

Browse files
dare-renovate[bot]dare-renovate[bot]
and
dare-renovate[bot]
authored
chore(deps): update swanseauniversitymedical/workflows action to v5.1.2 (#81)
Co-authored-by: dare-renovate[bot] <129118232+dare-renovate[bot]@users.noreply.github.enterprise.com>
1 parent 2ed686e commit b8645ea

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/on-pr-update.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
changes:
2121
# Detect which files have been changed on this PR's full history
22-
uses: SwanseaUniversityMedical/workflows/.github/workflows/[email protected].1
22+
uses: SwanseaUniversityMedical/workflows/.github/workflows/[email protected].2
2323
with:
2424
slack-channel: ${{ vars.SLACK_CHANNEL }}
2525
filters: |
@@ -38,7 +38,7 @@ jobs:
3838
# Build the DARE Trino container and push it as :pr-42 and :pr-42-fe45b3h
3939
needs: changes
4040
if: fromJSON(needs.changes.outputs.changes).trino-container == 'true'
41-
uses: SwanseaUniversityMedical/workflows/.github/workflows/[email protected].1
41+
uses: SwanseaUniversityMedical/workflows/.github/workflows/[email protected].2
4242
with:
4343
job-name: trino-container
4444
registry: ${{ vars.HARBOR_REGISTRY }}
@@ -58,7 +58,7 @@ jobs:
5858
# Build the chart and push it as :pr-42 and :pr-42-fe45b3h
5959
needs: changes
6060
if: fromJSON(needs.changes.outputs.changes).chart == 'true'
61-
uses: SwanseaUniversityMedical/workflows/.github/workflows/[email protected].1
61+
uses: SwanseaUniversityMedical/workflows/.github/workflows/[email protected].2
6262
with:
6363
job-name: chart
6464
chart: charts/trino

.github/workflows/on-release.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
changes:
2020
# Detect which files have been changed on this PR's full history
21-
uses: SwanseaUniversityMedical/workflows/.github/workflows/[email protected].1
21+
uses: SwanseaUniversityMedical/workflows/.github/workflows/[email protected].2
2222
with:
2323
slack-channel: ${{ vars.SLACK_CHANNEL }}
2424
filters: |
@@ -37,7 +37,7 @@ jobs:
3737
# Build the DARE api container and push it as :rc-1.0.0
3838
needs: changes
3939
if: fromJSON(needs.changes.outputs.changes).trino-container == 'true'
40-
uses: SwanseaUniversityMedical/workflows/.github/workflows/[email protected].1
40+
uses: SwanseaUniversityMedical/workflows/.github/workflows/[email protected].2
4141
with:
4242
job-name: trino-container
4343
registry: ${{ vars.HARBOR_REGISTRY }}
@@ -58,7 +58,7 @@ jobs:
5858
# Build the chart and push it as x.y.z-rc
5959
needs: changes
6060
if: fromJSON(needs.changes.outputs.changes).chart == 'true'
61-
uses: SwanseaUniversityMedical/workflows/.github/workflows/[email protected].1
61+
uses: SwanseaUniversityMedical/workflows/.github/workflows/[email protected].2
6262
with:
6363
job-name: chart
6464
chart-registry: ${{ vars.HARBOR_REGISTRY }}

0 commit comments

Comments
 (0)