From b7b0d9feb71f0eb1563cd275c0ec48f7cfe6333f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 03:42:10 +0000 Subject: [PATCH] Bump SINTEF/ci-cd from 2.8.1 to 2.8.2 in the actions group (#514) Bumps the actions group with 1 update: [SINTEF/ci-cd](https://github.com/sintef/ci-cd). Updates `SINTEF/ci-cd` from 2.8.1 to 2.8.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.8.1...v2.8.2) --- updated-dependencies: - dependency-name: SINTEF/ci-cd dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 626c893c..a3bd96df 100644 --- a/.github/workflows/cd_release.yml +++ b/.github/workflows/cd_release.yml @@ -8,7 +8,7 @@ on: jobs: update-repo-and-release: name: External - uses: SINTEF/ci-cd/.github/workflows/cd_release.yml@v2.8.1 + uses: SINTEF/ci-cd/.github/workflows/cd_release.yml@v2.8.2 if: github.repository == 'Materials-Consortia/optimade-gateway' && 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 7e56078b..17a39c32 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.1 + uses: SINTEF/ci-cd/.github/workflows/ci_automerge_prs.yml@v2.8.2 if: github.repository_owner == 'Materials-Consortia' && ( ( 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]' ) ) secrets: PAT: ${{ secrets.RELEASE_PAT_CASPER }} diff --git a/.github/workflows/ci_cd_updated_main.yml b/.github/workflows/ci_cd_updated_main.yml index 92e030c7..06fc1663 100644 --- a/.github/workflows/ci_cd_updated_main.yml +++ b/.github/workflows/ci_cd_updated_main.yml @@ -7,7 +7,7 @@ on: jobs: update-dependabot-branch-and-docs: name: External - uses: SINTEF/ci-cd/.github/workflows/ci_cd_updated_default_branch.yml@v2.8.1 + uses: SINTEF/ci-cd/.github/workflows/ci_cd_updated_default_branch.yml@v2.8.2 if: github.repository_owner == 'Materials-Consortia' with: # General diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml index 90a43352..57b5be7e 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.1 + uses: SINTEF/ci-cd/.github/workflows/ci_tests.yml@v2.8.2 with: # General install_extras: "[dev]"