-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update workflows non-major dependencies (#184)
Co-authored-by: Renovate Bot <[email protected]>
- Loading branch information
1 parent
6f95909
commit b41ecef
Showing
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,7 +42,7 @@ jobs: | |
# Job name must be unique across repo to target | ||
# branch protection rules "required checks" properly! | ||
controller-container: | ||
uses: SwanseaUniversityMedical/workflows/.github/workflows/[email protected].2-containers | ||
uses: SwanseaUniversityMedical/workflows/.github/workflows/[email protected].3-containers | ||
with: | ||
job-name: controller-container | ||
comment-pr: "true" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,7 +36,7 @@ jobs: | |
# Job name must be unique across repo to target | ||
# branch protection rules "required checks" properly! | ||
internal-container: | ||
uses: SwanseaUniversityMedical/workflows/.github/workflows/[email protected].2-containers | ||
uses: SwanseaUniversityMedical/workflows/.github/workflows/[email protected].3-containers | ||
with: | ||
job-name: internal-container | ||
comment-pr: "true" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ jobs: | |
group: heavy | ||
|
||
steps: | ||
- uses: SwanseaUniversityMedical/workflows/.github/actions/[email protected].2-renovate | ||
- uses: SwanseaUniversityMedical/workflows/.github/actions/[email protected].3-renovate | ||
with: | ||
token: ${{ secrets.RENOVATE_TOKEN }} | ||
env: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,7 +41,7 @@ jobs: | |
# Job name must be unique across repo to target | ||
# branch protection rules "required checks" properly! | ||
trino-container: | ||
uses: SwanseaUniversityMedical/workflows/.github/workflows/[email protected].2-containers | ||
uses: SwanseaUniversityMedical/workflows/.github/workflows/[email protected].3-containers | ||
with: | ||
job-name: trino-container | ||
comment-pr: "true" | ||
|