Skip to content

Commit

Permalink
chore(deps): update swanseauniversitymedical/workflows action to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
dare-renovate[bot] committed Dec 25, 2023
1 parent 31d891c commit b00d15b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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.3.0
uses: SwanseaUniversityMedical/workflows/.github/workflows/changes-pr.yaml@v5.0.0
with:
slack-channel: ${{ vars.SLACK_CHANNEL }}
filters: |
Expand All @@ -34,7 +34,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.3.0
uses: SwanseaUniversityMedical/workflows/.github/workflows/on-pr-update-chart.yaml@v5.0.0
with:
job-name: chart
chart: charts/teleport
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/on-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

changes:
# Detect which files have been changed on this PR's full history
uses: SwanseaUniversityMedical/workflows/.github/workflows/changes-release.yaml@v4.3.0
uses: SwanseaUniversityMedical/workflows/.github/workflows/changes-release.yaml@v5.0.0
with:
slack-channel: ${{ vars.SLACK_CHANNEL }}
filters: |
Expand All @@ -28,7 +28,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.3.0
uses: SwanseaUniversityMedical/workflows/.github/workflows/on-release-chart.yaml@v5.0.0
with:
job-name: chart
chart-registry: ${{ vars.HARBOR_REGISTRY }}
Expand Down

0 comments on commit b00d15b

Please sign in to comment.