Skip to content

Commit

Permalink
chore(deps): update swanseauniversitymedical/workflows action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
dare-renovate[bot] committed Oct 9, 2023
1 parent eda5f4e commit 79620e6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/on-pr-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

slack:
# Open a new PR thread on Slack for this CI run.
uses: SwanseaUniversityMedical/workflows/.github/workflows/slack-pr-thread.yaml@v3.0.0
uses: SwanseaUniversityMedical/workflows/.github/workflows/slack-pr-thread.yaml@v4.1.0
with:
slack-channel: ${{ vars.SLACK_CHANNEL }}
secrets:
Expand All @@ -28,7 +28,7 @@ jobs:
changes:
# Detect which files have been changed on this PR's full history
needs: slack
uses: SwanseaUniversityMedical/workflows/.github/workflows/changes.yaml@v3.0.0
uses: SwanseaUniversityMedical/workflows/.github/workflows/changes.yaml@v4.1.0
with:
slack-channel: ${{ vars.SLACK_CHANNEL }}
slack-thread: ${{ needs.slack.outputs.thread }}
Expand All @@ -49,7 +49,7 @@ jobs:
- slack
- changes
if: fromJSON(needs.changes.outputs.changes).container == 'true'
uses: SwanseaUniversityMedical/workflows/.github/workflows/on-pr-update-container.yaml@v3.0.0
uses: SwanseaUniversityMedical/workflows/.github/workflows/on-pr-update-container.yaml@v4.1.0
with:
job-name: jupyterhub-container
container-registry: ${{ vars.HARBOR_REGISTRY }}
Expand All @@ -75,7 +75,7 @@ jobs:
- slack
- changes
if: fromJSON(needs.changes.outputs.changes).container == 'true'
uses: SwanseaUniversityMedical/workflows/.github/workflows/on-pr-update-container.yaml@v3.0.0
uses: SwanseaUniversityMedical/workflows/.github/workflows/on-pr-update-container.yaml@v4.1.0
with:
job-name: jupyterlab-standard-container
container-registry: ${{ vars.HARBOR_REGISTRY }}
Expand All @@ -101,7 +101,7 @@ jobs:
- slack
- changes
if: fromJSON(needs.changes.outputs.changes).chart == 'true'
uses: SwanseaUniversityMedical/workflows/.github/workflows/on-pr-update-chart.yaml@v3.0.0
uses: SwanseaUniversityMedical/workflows/.github/workflows/on-pr-update-chart.yaml@v4.1.0
with:
job-name: chart
chart: charts/**
Expand All @@ -126,7 +126,7 @@ jobs:
- jupyterhub-container
- jupyterlab-standard-container
- chart
uses: SwanseaUniversityMedical/workflows/.github/workflows/slack-pr-thread.yaml@v3.0.0
uses: SwanseaUniversityMedical/workflows/.github/workflows/slack-pr-thread.yaml@v4.1.0
if: always()
with:
slack-channel: ${{ vars.SLACK_CHANNEL }}
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/on-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

slack:
# Open a new PR thread on Slack for this CI run
uses: SwanseaUniversityMedical/workflows/.github/workflows/slack-release-thread.yaml@v3.0.0
uses: SwanseaUniversityMedical/workflows/.github/workflows/slack-release-thread.yaml@v4.1.0
with:
slack-channel: ${{ vars.SLACK_CHANNEL }}
secrets:
Expand All @@ -31,7 +31,7 @@ jobs:
changes:
# Detect which files have been changed on this PR's full history
needs: slack
uses: SwanseaUniversityMedical/workflows/.github/workflows/changes.yaml@v3.0.0
uses: SwanseaUniversityMedical/workflows/.github/workflows/changes.yaml@v4.1.0
with:
slack-channel: ${{ vars.SLACK_CHANNEL }}
slack-thread: ${{ needs.slack.outputs.thread }}
Expand All @@ -57,7 +57,7 @@ jobs:
- slack
- changes
if: fromJSON(needs.changes.outputs.changes).jupyter-container == 'true'
uses: SwanseaUniversityMedical/workflows/.github/workflows/on-release-container.yaml@v3.0.0
uses: SwanseaUniversityMedical/workflows/.github/workflows/on-release-container.yaml@v4.1.0
with:
job-name: jupyter-container
container-registry: ${{ vars.HARBOR_REGISTRY }}
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
- slack
- changes
if: fromJSON(needs.changes.outputs.changes).chart == 'true'
uses: SwanseaUniversityMedical/workflows/.github/workflows/on-release-chart.yaml@v3.0.0
uses: SwanseaUniversityMedical/workflows/.github/workflows/on-release-chart.yaml@v4.1.0
with:
job-name: chart
chart-registry: ${{ vars.HARBOR_REGISTRY }}
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
- jupyter-container
- chart

uses: SwanseaUniversityMedical/workflows/.github/workflows/slack-release-thread.yaml@v3.0.0
uses: SwanseaUniversityMedical/workflows/.github/workflows/slack-release-thread.yaml@v4.1.0
if: always()
with:
slack-channel: ${{ vars.SLACK_CHANNEL }}
Expand Down

0 comments on commit 79620e6

Please sign in to comment.