Skip to content

Commit 2fc00d3

Browse files
Bump SINTEF/ci-cd from 2.8.3 to 2.9.0 (#282)
Bumps [SINTEF/ci-cd](https://github.com/sintef/ci-cd) from 2.8.3 to 2.9.0. - [Release notes](https://github.com/sintef/ci-cd/releases) - [Changelog](https://github.com/SINTEF/ci-cd/blob/main/CHANGELOG.md) - [Commits](SINTEF/ci-cd@v2.8.3...v2.9.0) --- updated-dependencies: - dependency-name: SINTEF/ci-cd dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e9c2928 commit 2fc00d3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/cd_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
build:
1010
name: External
11-
uses: SINTEF/ci-cd/.github/workflows/cd_release.yml@v2.8.3
11+
uses: SINTEF/ci-cd/.github/workflows/cd_release.yml@v2.9.0
1212
if: github.repository == 'SINTEF/oteapi-optimade' && startsWith(github.ref, 'refs/tags/v')
1313
with:
1414
# General

.github/workflows/ci_automerge_automated_prs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
update-dependencies-branch:
99
name: External
10-
uses: SINTEF/ci-cd/.github/workflows/ci_automerge_prs.yml@v2.8.3
10+
uses: SINTEF/ci-cd/.github/workflows/ci_automerge_prs.yml@v2.9.0
1111
if: github.repository_owner == 'SINTEF' && ( ( 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]' ) )
1212
secrets:
1313
PAT: ${{ secrets.RELEASE_PAT }}

.github/workflows/ci_cd_updated_main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
update-deps-branch-and-docs:
99
name: External
10-
uses: SINTEF/ci-cd/.github/workflows/ci_cd_updated_default_branch.yml@v2.8.3
10+
uses: SINTEF/ci-cd/.github/workflows/ci_cd_updated_default_branch.yml@v2.9.0
1111
if: github.repository_owner == 'SINTEF'
1212
with:
1313
# General

.github/workflows/ci_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
basic-tests:
1212
name: External
13-
uses: SINTEF/ci-cd/.github/workflows/ci_tests.yml@v2.8.3
13+
uses: SINTEF/ci-cd/.github/workflows/ci_tests.yml@v2.9.0
1414
with:
1515
# General setup
1616
install_extras: "[dev]"

0 commit comments

Comments
 (0)