From 5a8ddeb791e5d95f7ac0b07e7813bcccef062371 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 05:19:40 +0000 Subject: [PATCH] Bump SINTEF/ci-cd from 2.5.1 to 2.5.2 (#662) Bumps [SINTEF/ci-cd](https://github.com/sintef/ci-cd) from 2.5.1 to 2.5.2. - [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.5.1...v2.5.2) --- updated-dependencies: - dependency-name: SINTEF/ci-cd dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci_automerge_dependabot.yml | 2 +- .github/workflows/ci_cd_updated_master.yml | 2 +- .github/workflows/ci_dependabot.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci_automerge_dependabot.yml b/.github/workflows/ci_automerge_dependabot.yml index 3722a2451..17aa0bcb2 100644 --- a/.github/workflows/ci_automerge_dependabot.yml +++ b/.github/workflows/ci_automerge_dependabot.yml @@ -7,7 +7,7 @@ on: jobs: update-dependabot-branch: name: External - uses: SINTEF/ci-cd/.github/workflows/ci_automerge_prs.yml@v2.5.1 + uses: SINTEF/ci-cd/.github/workflows/ci_automerge_prs.yml@v2.5.2 if: github.repository_owner == 'SINTEF' && startsWith(github.event.pull_request.head.ref, 'dependabot/') && github.actor == 'dependabot[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 f5bf5de32..7911a18e6 100644 --- a/.github/workflows/ci_cd_updated_master.yml +++ b/.github/workflows/ci_cd_updated_master.yml @@ -7,7 +7,7 @@ on: jobs: updates-to-master: name: External - uses: SINTEF/ci-cd/.github/workflows/ci_cd_updated_default_branch.yml@v2.5.1 + uses: SINTEF/ci-cd/.github/workflows/ci_cd_updated_default_branch.yml@v2.5.2 if: github.repository_owner == 'SINTEF' with: # General diff --git a/.github/workflows/ci_dependabot.yml b/.github/workflows/ci_dependabot.yml index 28a036b63..e8c5e22e3 100644 --- a/.github/workflows/ci_dependabot.yml +++ b/.github/workflows/ci_dependabot.yml @@ -9,7 +9,7 @@ on: jobs: create-collected-pr: name: External - uses: SINTEF/ci-cd/.github/workflows/ci_update_dependencies.yml@v2.5.1 + uses: SINTEF/ci-cd/.github/workflows/ci_update_dependencies.yml@v2.5.2 if: github.repository_owner == 'sintef' with: git_username: DLite Developers