From 1ce84fe8a61c5efddb0d2dfb198cfa56948bed64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2025 03:26:16 +0000 Subject: [PATCH] Bump SINTEF/ci-cd from 2.9.0 to 2.9.1 Bumps [SINTEF/ci-cd](https://github.com/sintef/ci-cd) from 2.9.0 to 2.9.1. - [Release notes](https://github.com/sintef/ci-cd/releases) - [Changelog](https://github.com/SINTEF/ci-cd/blob/main/CHANGELOG.md) - [Commits](https://github.com/sintef/ci-cd/compare/v2.9.0...v2.9.1) --- updated-dependencies: - dependency-name: SINTEF/ci-cd dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/cd_release.yml | 2 +- .github/workflows/ci_automerge_dependabot.yml | 2 +- .github/workflows/ci_cd_updated_main.yml | 2 +- .github/workflows/ci_tests.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cd_release.yml b/.github/workflows/cd_release.yml index 6baf845..29e8f0b 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.0 + uses: SINTEF/ci-cd/.github/workflows/cd_release.yml@v2.9.1 if: github.repository == 'CasperWA/turtle-canon' && startsWith(github.ref, 'refs/tags/v') permissions: contents: write diff --git a/.github/workflows/ci_automerge_dependabot.yml b/.github/workflows/ci_automerge_dependabot.yml index acd08da..becf751 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.9.0 + uses: SINTEF/ci-cd/.github/workflows/ci_automerge_prs.yml@v2.9.1 if: github.repository_owner == 'CasperWA' && ( ( 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]' ) ) with: git_username: CasperWA diff --git a/.github/workflows/ci_cd_updated_main.yml b/.github/workflows/ci_cd_updated_main.yml index e3fcc38..baccd23 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.9.0 + uses: SINTEF/ci-cd/.github/workflows/ci_cd_updated_default_branch.yml@v2.9.1 if: github.repository_owner == 'CasperWA' with: # General diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml index 3a1bd4a..131698b 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.0 + uses: SINTEF/ci-cd/.github/workflows/ci_tests.yml@v2.9.1 with: # General setup install_extras: "[dev]"