diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9eb80315..667ced08 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,7 +8,7 @@ jobs: tide_build: name: tide_build secrets: inherit - uses: dpc-sdp/github-actions/.github/workflows/tide_build.yml@v1.2.0 + uses: dpc-sdp/github-actions/.github/workflows/tide_build.yml@v1.5.0 with: module_build: true runner: biggy-tide diff --git a/.github/workflows/merge_to_reference.yml b/.github/workflows/merge_to_reference.yml index 84ef2cd0..30402b67 100644 --- a/.github/workflows/merge_to_reference.yml +++ b/.github/workflows/merge_to_reference.yml @@ -9,7 +9,7 @@ jobs: set_status_in_progress: name: set_status_in_progress if: always() - uses: dpc-sdp/github-actions/.github/workflows/set_status.yml@v1.2.0 + uses: dpc-sdp/github-actions/.github/workflows/set_status.yml@v1.5.0 secrets: inherit with: context: 'tide_merge_to_reference' @@ -23,7 +23,7 @@ jobs: name: set_status needs: [tide_merge_to_reference] if: always() - uses: dpc-sdp/github-actions/.github/workflows/set_status.yml@v1.2.0 + uses: dpc-sdp/github-actions/.github/workflows/set_status.yml@v1.5.0 secrets: inherit with: context: 'tide_merge_to_reference'