Skip to content

Commit

Permalink
Bump SINTEF/ci-cd from 2.8.1 to 2.8.2 in the actions group (#514)
Browse files Browse the repository at this point in the history
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](SINTEF/ci-cd@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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 23, 2024
1 parent 0ab61c1 commit b7b0d9f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_automerge_dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
2 changes: 1 addition & 1 deletion .github/workflows/ci_cd_updated_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]"
Expand Down

0 comments on commit b7b0d9f

Please sign in to comment.