diff --git a/.github/workflows/cd_release.yml b/.github/workflows/cd_release.yml index 5c0e1bbb..01c1928d 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.9.2 + uses: SINTEF/ci-cd/.github/workflows/cd_release.yml@v2.10.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 e4670f1a..eac2c348 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.9.2 + uses: SINTEF/ci-cd/.github/workflows/ci_automerge_prs.yml@v2.10.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 eafd79f2..cba1fce4 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.9.2 + uses: SINTEF/ci-cd/.github/workflows/ci_cd_updated_default_branch.yml@v2.10.0 if: github.repository_owner == 'EMMC-ASBL' with: # General diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml index dec355fa..8d28d7eb 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.9.2 + uses: SINTEF/ci-cd/.github/workflows/ci_tests.yml@v2.10.0 with: ## General settings: install_extras: "[dev]"