From 6eb13d090842a902617defb2c493ab4032fecc16 Mon Sep 17 00:00:00 2001 From: "TEAM 4.0[bot]" Date: Wed, 17 Jan 2024 11:35:07 +0100 Subject: [PATCH] [Auto-generated] Update dependencies (#167) Update GH Actions: * Bump SINTEF/ci-cd from 2.7.1 to 2.7.2 (#166) Update `pre-commit` hooks. 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_master.yml | 2 +- .github/workflows/ci_check_dependencies.yml | 2 +- .github/workflows/ci_dependabot.yml | 2 +- .github/workflows/ci_tests.yml | 2 +- .pre-commit-config.yaml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/cd_release.yml b/.github/workflows/cd_release.yml index 73ce0bc..bf67ee4 100644 --- a/.github/workflows/cd_release.yml +++ b/.github/workflows/cd_release.yml @@ -8,7 +8,7 @@ on: jobs: publish: name: External - uses: SINTEF/ci-cd/.github/workflows/cd_release.yml@v2.7.1 + uses: SINTEF/ci-cd/.github/workflows/cd_release.yml@v2.7.2 if: github.repository == 'EMMC-ASBL/otelib' && startsWith(github.ref, 'refs/tags/v') with: # General settings diff --git a/.github/workflows/ci_automerge_dependabot.yml b/.github/workflows/ci_automerge_dependabot.yml index 0b323af..c022635 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.7.1 + uses: SINTEF/ci-cd/.github/workflows/ci_automerge_prs.yml@v2.7.2 if: github.repository_owner == 'EMMC-ASBL' && ( ( startsWith(github.event.pull_request.head.ref, 'dependabot/') && github.actor == 'dependabot[bot]' ) || ( github.event.pull_request.head.ref == 'ci/update-pyproject' && github.actor == 'TEAM4-0' ) ) secrets: PAT: ${{ secrets.RELEASE_PAT }} diff --git a/.github/workflows/ci_cd_updated_master.yml b/.github/workflows/ci_cd_updated_master.yml index 521873c..55372be 100644 --- a/.github/workflows/ci_cd_updated_master.yml +++ b/.github/workflows/ci_cd_updated_master.yml @@ -7,7 +7,7 @@ on: jobs: update-dependabot-branch: name: External - uses: SINTEF/ci-cd/.github/workflows/ci_cd_updated_default_branch.yml@v2.7.1 + uses: SINTEF/ci-cd/.github/workflows/ci_cd_updated_default_branch.yml@v2.7.2 if: github.repository_owner == 'EMMC-ASBL' with: # General diff --git a/.github/workflows/ci_check_dependencies.yml b/.github/workflows/ci_check_dependencies.yml index 35ec50e..fc3267a 100644 --- a/.github/workflows/ci_check_dependencies.yml +++ b/.github/workflows/ci_check_dependencies.yml @@ -8,7 +8,7 @@ on: jobs: check-dependencies: name: External - uses: SINTEF/ci-cd/.github/workflows/ci_check_pyproject_dependencies.yml@v2.7.1 + uses: SINTEF/ci-cd/.github/workflows/ci_check_pyproject_dependencies.yml@v2.7.2 if: github.repository_owner == 'EMMC-ASBL' with: git_username: "TEAM 4.0[bot]" diff --git a/.github/workflows/ci_dependabot.yml b/.github/workflows/ci_dependabot.yml index 9be0973..d88f5ee 100644 --- a/.github/workflows/ci_dependabot.yml +++ b/.github/workflows/ci_dependabot.yml @@ -11,7 +11,7 @@ on: jobs: create-collected-pr: name: External - uses: SINTEF/ci-cd/.github/workflows/ci_update_dependencies.yml@v2.7.1 + uses: SINTEF/ci-cd/.github/workflows/ci_update_dependencies.yml@v2.7.2 if: github.repository_owner == 'EMMC-ASBL' with: git_username: "TEAM 4.0[bot]" diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml index 0007d8c..7b0269a 100644 --- a/.github/workflows/ci_tests.yml +++ b/.github/workflows/ci_tests.yml @@ -10,7 +10,7 @@ on: jobs: basic: name: External - uses: SINTEF/ci-cd/.github/workflows/ci_tests.yml@v2.7.1 + uses: SINTEF/ci-cd/.github/workflows/ci_tests.yml@v2.7.2 with: # General settings install_extras: "[dev]" diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7208a0e..8536ebc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ repos: args: [--markdown-linebreak-ext=md] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.1.11 + rev: v0.1.13 hooks: - id: ruff args: