Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update swanseauniversitymedical/workflows action to v5 - abandoned #68

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.3.0
uses: SwanseaUniversityMedical/workflows/.github/workflows/changes-pr.yaml@v5.1.2
with:
slack-channel: ${{ vars.SLACK_CHANNEL }}
filters: |
Expand All @@ -41,7 +41,7 @@ jobs:
# Build the container and push it as :pr-42 and :pr-42-fe45b3h
needs: changes
if: fromJSON(needs.changes.outputs.changes).jupyterhub-container == 'true'
uses: SwanseaUniversityMedical/workflows/.github/workflows/on-pr-update-container.yaml@v4.3.0
uses: SwanseaUniversityMedical/workflows/.github/workflows/on-pr-update-container.yaml@v5.1.2
with:
job-name: jupyterhub-container
container-registry: ${{ vars.HARBOR_REGISTRY }}
Expand All @@ -67,7 +67,7 @@ jobs:
# Build the container and push it as :pr-42 and :pr-42-fe45b3h
needs: changes
if: fromJSON(needs.changes.outputs.changes).jupyter-container == 'true'
uses: SwanseaUniversityMedical/workflows/.github/workflows/on-pr-update-container.yaml@v4.3.0
uses: SwanseaUniversityMedical/workflows/.github/workflows/on-pr-update-container.yaml@v5.1.2
with:
job-name: jupyterlab-standard-container
container-registry: ${{ vars.HARBOR_REGISTRY }}
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.3.0
uses: SwanseaUniversityMedical/workflows/.github/workflows/changes-release.yaml@v5.1.2
with:
slack-channel: ${{ vars.SLACK_CHANNEL }}
filters: |
Expand All @@ -40,7 +40,7 @@ jobs:
# Build the DARE Jupyter container and push it as :rc-1.0.0
needs: changes
if: fromJSON(needs.changes.outputs.changes).jupyter-container == 'true'
uses: SwanseaUniversityMedical/workflows/.github/workflows/on-release-container.yaml@v4.3.0
uses: SwanseaUniversityMedical/workflows/.github/workflows/on-release-container.yaml@v5.1.2
with:
job-name: jupyter-container
container-registry: ${{ vars.HARBOR_REGISTRY }}
Expand All @@ -67,7 +67,7 @@ jobs:
# Build the DARE Jupyter container and push it as :rc-1.0.0
needs: changes
if: fromJSON(needs.changes.outputs.changes).jupyterhub-container == 'true'
uses: SwanseaUniversityMedical/workflows/.github/workflows/on-release-container.yaml@v4.3.0
uses: SwanseaUniversityMedical/workflows/.github/workflows/on-release-container.yaml@v5.1.2
with:
job-name: jupyterhub-container
container-registry: ${{ vars.HARBOR_REGISTRY }}
Expand Down