diff --git a/.github/workflows/cd_release.yml b/.github/workflows/cd_release.yml index 9477d816..d29303cf 100644 --- a/.github/workflows/cd_release.yml +++ b/.github/workflows/cd_release.yml @@ -8,7 +8,7 @@ on: jobs: build: name: External - uses: SINTEF/ci-cd/.github/workflows/cd_release.yml@v2.8.3 + uses: SINTEF/ci-cd/.github/workflows/cd_release.yml@v2.9.0 if: github.repository == 'EMMC-ASBL/oteapi-dlite' && startsWith(github.ref, 'refs/tags/v') with: # General diff --git a/.github/workflows/ci_automerge_dependency_prs.yml b/.github/workflows/ci_automerge_dependency_prs.yml index 798e1dcb..90826fe3 100644 --- a/.github/workflows/ci_automerge_dependency_prs.yml +++ b/.github/workflows/ci_automerge_dependency_prs.yml @@ -7,7 +7,7 @@ on: jobs: update-dependencies-branch: name: External - uses: SINTEF/ci-cd/.github/workflows/ci_automerge_prs.yml@v2.8.3 + uses: SINTEF/ci-cd/.github/workflows/ci_automerge_prs.yml@v2.9.0 if: github.repository_owner == 'EMMC-ASBL' && ( ( startsWith(github.event.pull_request.head.ref, 'dependabot/') && github.actor == 'dependabot[bot]' ) || ( github.event.pull_request.head.ref == 'pre-commit-ci-update-config' && github.actor == 'pre-commit.ci[bot]' ) ) secrets: PAT: ${{ secrets.RELEASE_PAT }} diff --git a/.github/workflows/ci_cd_updated_master.yml b/.github/workflows/ci_cd_updated_master.yml index 56a21923..c46cd136 100644 --- a/.github/workflows/ci_cd_updated_master.yml +++ b/.github/workflows/ci_cd_updated_master.yml @@ -7,7 +7,7 @@ on: jobs: update-deps-branch-and-docs: name: External - uses: SINTEF/ci-cd/.github/workflows/ci_cd_updated_default_branch.yml@v2.8.3 + uses: SINTEF/ci-cd/.github/workflows/ci_cd_updated_default_branch.yml@v2.9.0 if: github.repository_owner == 'EMMC-ASBL' with: # General diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml index 532e67ae..c3aab361 100644 --- a/.github/workflows/ci_tests.yml +++ b/.github/workflows/ci_tests.yml @@ -10,7 +10,7 @@ on: jobs: basic-tests: name: External - uses: SINTEF/ci-cd/.github/workflows/ci_tests.yml@v2.8.3 + uses: SINTEF/ci-cd/.github/workflows/ci_tests.yml@v2.9.0 with: ## General settings: install_extras: "[dev]"