From a8039295c26a99a5da590d9ac0757df7529ba3f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Aug 2023 05:51:43 +0000 Subject: [PATCH] Bump SINTEF/ci-cd from 2.5.0 to 2.5.1 Bumps [SINTEF/ci-cd](https://github.com/sintef/ci-cd) from 2.5.0 to 2.5.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.5.0...v2.5.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_publish.yml | 2 +- .github/workflows/ci_automerge_dependabot.yml | 2 +- .github/workflows/ci_cd_updated_master.yml | 2 +- .github/workflows/ci_dependabot.yml | 2 +- .github/workflows/ci_workflow.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/cd_publish.yml b/.github/workflows/cd_publish.yml index 6c1eb1ae8..f017b7c9b 100644 --- a/.github/workflows/cd_publish.yml +++ b/.github/workflows/cd_publish.yml @@ -7,7 +7,7 @@ on: jobs: publish: name: External - uses: SINTEF/ci-cd/.github/workflows/cd_release.yml@v2.5.0 + uses: SINTEF/ci-cd/.github/workflows/cd_release.yml@v2.5.1 if: github.repository == 'emmo-repo/EMMOntoPy' && startsWith(github.ref, 'refs/tags/v') with: git_username: EMMOntoPy Developers diff --git a/.github/workflows/ci_automerge_dependabot.yml b/.github/workflows/ci_automerge_dependabot.yml index c63cd1e3f..7e99c13aa 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.0 + uses: SINTEF/ci-cd/.github/workflows/ci_automerge_prs.yml@v2.5.1 if: github.repository_owner == 'emmo-repo' && 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 7374c1329..0bc7384a9 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.0 + uses: SINTEF/ci-cd/.github/workflows/ci_cd_updated_default_branch.yml@v2.5.1 if: github.repository_owner == 'emmo-repo' with: git_username: EMMOntoPy Developers diff --git a/.github/workflows/ci_dependabot.yml b/.github/workflows/ci_dependabot.yml index ed6137702..e4a01eb1b 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.5.0 + uses: SINTEF/ci-cd/.github/workflows/ci_update_dependencies.yml@v2.5.1 if: github.repository_owner == 'emmo-repo' with: git_username: EMMOntoPy Developers diff --git a/.github/workflows/ci_workflow.yml b/.github/workflows/ci_workflow.yml index a69ce9f60..e8d0043f8 100644 --- a/.github/workflows/ci_workflow.yml +++ b/.github/workflows/ci_workflow.yml @@ -10,7 +10,7 @@ on: jobs: tests: name: External - uses: SINTEF/ci-cd/.github/workflows/ci_tests.yml@v2.5.0 + uses: SINTEF/ci-cd/.github/workflows/ci_tests.yml@v2.5.1 with: # General install_extras: "[dev,docs]"