From 27b5549c519abaa5b323f198feb087973a81bd5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 20:18:55 +0200 Subject: [PATCH] Bump SINTEF/ci-cd from 2.8.0 to 2.8.2 in the actions group (#54) Bumps the actions group with 1 update: [SINTEF/ci-cd](https://github.com/sintef/ci-cd). Updates `SINTEF/ci-cd` from 2.8.0 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.0...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_publish.yml | 2 +- .github/workflows/ci_tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd_publish.yml b/.github/workflows/cd_publish.yml index 38244bc..c77db63 100644 --- a/.github/workflows/cd_publish.yml +++ b/.github/workflows/cd_publish.yml @@ -8,7 +8,7 @@ on: jobs: build: name: External - uses: SINTEF/ci-cd/.github/workflows/cd_release.yml@v2.8.0 + uses: SINTEF/ci-cd/.github/workflows/cd_release.yml@v2.8.2 if: github.repository == 'SINTEF/soft7' && startsWith(github.ref, 'refs/tags/v') with: # General diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml index 0b420c2..c03980f 100644 --- a/.github/workflows/ci_tests.yml +++ b/.github/workflows/ci_tests.yml @@ -9,7 +9,7 @@ on: jobs: basics: name: External - uses: SINTEF/ci-cd/.github/workflows/ci_tests.yml@v2.8.0 + uses: SINTEF/ci-cd/.github/workflows/ci_tests.yml@v2.8.2 with: # General install_extras: '[dev]'