Skip to content

Commit

Permalink
chore(deps): update swanseauniversitymedical/workflows action to v4.2…
Browse files Browse the repository at this point in the history
….0 (#64)

Co-authored-by: dare-renovate[bot] <129118232+dare-renovate[bot]@users.noreply.github.enterprise.com>
  • Loading branch information
dare-renovate[bot] and dare-renovate[bot] authored Oct 20, 2023
1 parent 9591d69 commit 9c1f467
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/on-pr-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

changes:
# Detect which files have been changed on this PR's full history
uses: SwanseaUniversityMedical/workflows/.github/workflows/changes-pr.yaml@v4.1.1
uses: SwanseaUniversityMedical/workflows/.github/workflows/changes-pr.yaml@v4.2.0
with:
slack-channel: ${{ vars.SLACK_CHANNEL }}
filters: |
Expand All @@ -38,7 +38,7 @@ jobs:
# Build the DARE Trino container and push it as :pr-42 and :pr-42-fe45b3h
needs: changes
if: fromJSON(needs.changes.outputs.changes).trino-container == 'true'
uses: SwanseaUniversityMedical/workflows/.github/workflows/on-pr-update-container.yaml@v4.1.1
uses: SwanseaUniversityMedical/workflows/.github/workflows/on-pr-update-container.yaml@v4.2.0
with:
job-name: trino-container
container-registry: ${{ vars.HARBOR_REGISTRY }}
Expand All @@ -56,7 +56,7 @@ jobs:
# Build the chart and push it as :pr-42 and :pr-42-fe45b3h
needs: changes
if: fromJSON(needs.changes.outputs.changes).chart == 'true'
uses: SwanseaUniversityMedical/workflows/.github/workflows/on-pr-update-chart.yaml@v4.1.1
uses: SwanseaUniversityMedical/workflows/.github/workflows/on-pr-update-chart.yaml@v4.2.0
with:
job-name: chart
chart: charts/**
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/on-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

changes:
# Detect which files have been changed on this PR's full history
uses: SwanseaUniversityMedical/workflows/.github/workflows/changes-release.yaml@v4.1.1
uses: SwanseaUniversityMedical/workflows/.github/workflows/changes-release.yaml@v4.2.0
with:
slack-channel: ${{ vars.SLACK_CHANNEL }}
filters: |
Expand All @@ -41,7 +41,7 @@ jobs:
# Build the DARE api container and push it as :rc-1.0.0
needs: changes
if: fromJSON(needs.changes.outputs.changes).trino-container == 'true'
uses: SwanseaUniversityMedical/workflows/.github/workflows/on-release-container.yaml@v4.1.1
uses: SwanseaUniversityMedical/workflows/.github/workflows/on-release-container.yaml@v4.2.0
with:
job-name: trino-container
container-registry: ${{ vars.HARBOR_REGISTRY }}
Expand All @@ -64,7 +64,7 @@ jobs:
# Build the chart and push it as x.y.z-rc
needs: changes
if: fromJSON(needs.changes.outputs.changes).chart == 'true'
uses: SwanseaUniversityMedical/workflows/.github/workflows/on-release-chart.yaml@v4.1.1
uses: SwanseaUniversityMedical/workflows/.github/workflows/on-release-chart.yaml@v4.2.0
with:
job-name: chart
chart-registry: ${{ vars.HARBOR_REGISTRY }}
Expand Down

0 comments on commit 9c1f467

Please sign in to comment.