diff --git a/.github/workflows/cd_release.yml b/.github/workflows/cd_release.yml index ddfd18a..6db0b11 100644 --- a/.github/workflows/cd_release.yml +++ b/.github/workflows/cd_release.yml @@ -8,7 +8,7 @@ on: jobs: publish-docs: name: External - uses: SINTEF/ci-cd/.github/workflows/cd_release.yml@v2.7.4 + uses: SINTEF/ci-cd/.github/workflows/cd_release.yml@v2.8.0 if: github.repository == 'CasperWA/turtle-canon' && startsWith(github.ref, 'refs/tags/v') with: # General diff --git a/.github/workflows/ci_automerge_dependabot.yml b/.github/workflows/ci_automerge_dependabot.yml index 17ee6e7..d366f9f 100644 --- a/.github/workflows/ci_automerge_dependabot.yml +++ b/.github/workflows/ci_automerge_dependabot.yml @@ -7,7 +7,7 @@ on: jobs: update-dependencies-branch: name: External - uses: SINTEF/ci-cd/.github/workflows/ci_automerge_prs.yml@v2.7.4 + uses: SINTEF/ci-cd/.github/workflows/ci_automerge_prs.yml@v2.8.0 if: github.repository_owner == 'CasperWA' && startsWith(github.event.pull_request.head.ref, 'dependabot/') && github.actor == 'dependabot[bot]' with: perform_changes: true diff --git a/.github/workflows/ci_cd_updated_main.yml b/.github/workflows/ci_cd_updated_main.yml index 4e0a4bd..0ba0441 100644 --- a/.github/workflows/ci_cd_updated_main.yml +++ b/.github/workflows/ci_cd_updated_main.yml @@ -7,7 +7,7 @@ on: jobs: update-deps-branch-and-docs: name: External - uses: SINTEF/ci-cd/.github/workflows/ci_cd_updated_default_branch.yml@v2.7.4 + uses: SINTEF/ci-cd/.github/workflows/ci_cd_updated_default_branch.yml@v2.8.0 if: github.repository_owner == 'CasperWA' with: # General diff --git a/.github/workflows/ci_dependabot.yml b/.github/workflows/ci_dependabot.yml index afe0a54..8e2d11b 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.4 + uses: SINTEF/ci-cd/.github/workflows/ci_update_dependencies.yml@v2.8.0 if: github.repository_owner == 'CasperWA' with: # General diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml index 0f99808..6da9c36 100644 --- a/.github/workflows/ci_tests.yml +++ b/.github/workflows/ci_tests.yml @@ -10,7 +10,7 @@ on: jobs: basic-tests: name: External - uses: SINTEF/ci-cd/.github/workflows/ci_tests.yml@v2.7.4 + uses: SINTEF/ci-cd/.github/workflows/ci_tests.yml@v2.8.0 with: # General setup install_extras: "[dev]" diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e7fdf2c..c2e5aa0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,7 +23,7 @@ repos: - id: black - repo: https://github.com/SINTEF/ci-cd - rev: v2.7.4 + rev: v2.8.0 hooks: - id: docs-api-reference args: @@ -31,7 +31,7 @@ repos: - id: docs-landing-page - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.5.4 + rev: v0.5.5 hooks: - id: ruff args: @@ -39,7 +39,7 @@ repos: - --show-fixes - repo: https://github.com/asottile/pyupgrade - rev: v3.16.0 + rev: v3.17.0 hooks: - id: pyupgrade args: [--py310-plus]