diff --git a/.github/workflows/cd_release.yml b/.github/workflows/cd_release.yml index 2a00cba..d4ac2a5 100644 --- a/.github/workflows/cd_release.yml +++ b/.github/workflows/cd_release.yml @@ -8,7 +8,7 @@ on: jobs: publish-docs: name: External - uses: SINTEF/ci-cd/.github/workflows/cd_release.yml@v2.8.2 + uses: SINTEF/ci-cd/.github/workflows/cd_release.yml@v2.8.3 if: github.repository == 'CasperWA/turtle-canon' && startsWith(github.ref, 'refs/tags/v') with: # General diff --git a/.github/workflows/ci_automerge_dependabot.yml b/.github/workflows/ci_automerge_dependabot.yml index 9f44acc..3312f61 100644 --- a/.github/workflows/ci_automerge_dependabot.yml +++ b/.github/workflows/ci_automerge_dependabot.yml @@ -7,7 +7,7 @@ on: jobs: update-dependencies-branch: name: External - uses: SINTEF/ci-cd/.github/workflows/ci_automerge_prs.yml@v2.8.2 + uses: SINTEF/ci-cd/.github/workflows/ci_automerge_prs.yml@v2.8.3 if: github.repository_owner == 'CasperWA' && startsWith(github.event.pull_request.head.ref, 'dependabot/') && github.actor == 'dependabot[bot]' with: perform_changes: true diff --git a/.github/workflows/ci_cd_updated_main.yml b/.github/workflows/ci_cd_updated_main.yml index a56e756..240ea9d 100644 --- a/.github/workflows/ci_cd_updated_main.yml +++ b/.github/workflows/ci_cd_updated_main.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.2 + uses: SINTEF/ci-cd/.github/workflows/ci_cd_updated_default_branch.yml@v2.8.3 if: github.repository_owner == 'CasperWA' with: # General diff --git a/.github/workflows/ci_dependabot.yml b/.github/workflows/ci_dependabot.yml index 1837107..511434c 100644 --- a/.github/workflows/ci_dependabot.yml +++ b/.github/workflows/ci_dependabot.yml @@ -11,7 +11,7 @@ on: jobs: create-collected-pr: name: External - uses: SINTEF/ci-cd/.github/workflows/ci_update_dependencies.yml@v2.8.2 + uses: SINTEF/ci-cd/.github/workflows/ci_update_dependencies.yml@v2.8.3 if: github.repository_owner == 'CasperWA' with: # General diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml index b01a019..05a84d9 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.2 + uses: SINTEF/ci-cd/.github/workflows/ci_tests.yml@v2.8.3 with: # General setup install_extras: "[dev]"