From 415ce82afddb5ff8633d5540d5cabf7afcb7f725 Mon Sep 17 00:00:00 2001 From: "TEAM 4.0[bot]" Date: Thu, 5 Sep 2024 00:56:08 +0200 Subject: [PATCH] [Auto-generated] Update dependencies (#937) * Bump SINTEF/ci-cd from 2.8.0 to 2.8.2 (#934) --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jesper Friis --- .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 1f1714475..3e0efae69 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.8.0 + uses: SINTEF/ci-cd/.github/workflows/ci_automerge_prs.yml@v2.8.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 730271d29..502c7a556 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.8.0 + uses: SINTEF/ci-cd/.github/workflows/ci_cd_updated_default_branch.yml@v2.8.2 if: github.repository_owner == 'SINTEF' with: # General diff --git a/.github/workflows/ci_dependabot.yml b/.github/workflows/ci_dependabot.yml index 057ade1f0..0f961f496 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.8.0 + uses: SINTEF/ci-cd/.github/workflows/ci_update_dependencies.yml@v2.8.2 if: github.repository_owner == 'sintef' with: git_username: DLite Developers