Skip to content

Commit 26cb540

Browse files
Bump the actions group with 4 updates (#428)
Bumps the actions group with 4 updates: [SINTEF/ci-cd/.github/workflows/cd_release.yml](https://github.com/sintef/ci-cd), [SINTEF/ci-cd/.github/workflows/ci_automerge_prs.yml](https://github.com/sintef/ci-cd), [SINTEF/ci-cd/.github/workflows/ci_cd_updated_default_branch.yml](https://github.com/sintef/ci-cd) and [SINTEF/ci-cd/.github/workflows/ci_tests.yml](https://github.com/sintef/ci-cd). Updates `SINTEF/ci-cd/.github/workflows/cd_release.yml` from 2.9.2 to 2.10.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.9.2...v2.10.0) Updates `SINTEF/ci-cd/.github/workflows/ci_automerge_prs.yml` from 2.9.2 to 2.10.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.9.2...v2.10.0) Updates `SINTEF/ci-cd/.github/workflows/ci_cd_updated_default_branch.yml` from 2.9.2 to 2.10.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.9.2...v2.10.0) Updates `SINTEF/ci-cd/.github/workflows/ci_tests.yml` from 2.9.2 to 2.10.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.9.2...v2.10.0) --- updated-dependencies: - dependency-name: SINTEF/ci-cd/.github/workflows/cd_release.yml dependency-version: 2.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: SINTEF/ci-cd/.github/workflows/ci_automerge_prs.yml dependency-version: 2.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: SINTEF/ci-cd/.github/workflows/ci_cd_updated_default_branch.yml dependency-version: 2.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: SINTEF/ci-cd/.github/workflows/ci_tests.yml dependency-version: 2.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 586797f commit 26cb540

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.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.9.2
11+
uses: SINTEF/ci-cd/.github/workflows/cd_release.yml@v2.10.0
1212
if: github.repository == 'EMMC-ASBL/oteapi-dlite' && startsWith(github.ref, 'refs/tags/v')
1313
with:
1414
# General

.github/workflows/ci_automerge_dependency_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.9.2
10+
uses: SINTEF/ci-cd/.github/workflows/ci_automerge_prs.yml@v2.10.0
1111
if: github.repository_owner == 'EMMC-ASBL' && ( ( 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_master.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.9.2
10+
uses: SINTEF/ci-cd/.github/workflows/ci_cd_updated_default_branch.yml@v2.10.0
1111
if: github.repository_owner == 'EMMC-ASBL'
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.9.2
13+
uses: SINTEF/ci-cd/.github/workflows/ci_tests.yml@v2.10.0
1414
with:
1515
## General settings:
1616
install_extras: "[dev]"

0 commit comments

Comments
 (0)