Skip to content

Commit 97d6721

Browse files
dare-renovate[bot]dare-renovate[bot]
andauthored
chore(deps): update swanseauniversitymedical/workflows action to v5.1.1 (#33)
Co-authored-by: dare-renovate[bot] <129118232+dare-renovate[bot]@users.noreply.github.enterprise.com>
1 parent 6af9777 commit 97d6721

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
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].0
22+
uses: SwanseaUniversityMedical/workflows/.github/workflows/[email protected].1
2323
with:
2424
slack-channel: ${{ vars.SLACK_CHANNEL }}
2525
filters: |
@@ -35,7 +35,7 @@ jobs:
3535
# Build the chart and push it as :pr-42 and :pr-42-fe45b3h
3636
needs: changes
3737
if: fromJSON(needs.changes.outputs.changes).chart == 'true'
38-
uses: SwanseaUniversityMedical/workflows/.github/workflows/[email protected].0
38+
uses: SwanseaUniversityMedical/workflows/.github/workflows/[email protected].1
3939
with:
4040
job-name: chart
4141
chart: charts/opa

.github/workflows/on-release.yaml

Lines changed: 2 additions & 2 deletions
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].0
21+
uses: SwanseaUniversityMedical/workflows/.github/workflows/[email protected].1
2222
with:
2323
slack-channel: ${{ vars.SLACK_CHANNEL }}
2424
filters: |
@@ -33,7 +33,7 @@ jobs:
3333
# Build the chart and push it as x.y.z-rc
3434
needs: changes
3535
if: fromJSON(needs.changes.outputs.changes).chart == 'true'
36-
uses: SwanseaUniversityMedical/workflows/.github/workflows/[email protected].0
36+
uses: SwanseaUniversityMedical/workflows/.github/workflows/[email protected].1
3737
with:
3838
job-name: chart
3939
chart-registry: ${{ vars.HARBOR_REGISTRY }}

0 commit comments

Comments
 (0)