diff --git a/.github/workflows/ci-manifest.yml b/.github/workflows/ci-manifest.yml index c94e84bf..eefe4d8b 100644 --- a/.github/workflows/ci-manifest.yml +++ b/.github/workflows/ci-manifest.yml @@ -20,4 +20,4 @@ concurrency: jobs: manifest: name: "check-manifest" - uses: scitools/workflows/.github/workflows/ci-manifest.yml@2024.11.7 + uses: scitools/workflows/.github/workflows/ci-manifest.yml@2024.12.0 diff --git a/.github/workflows/refresh-lockfiles.yml b/.github/workflows/refresh-lockfiles.yml index 4be542aa..d8558537 100644 --- a/.github/workflows/refresh-lockfiles.yml +++ b/.github/workflows/refresh-lockfiles.yml @@ -10,5 +10,5 @@ on: jobs: refresh_lockfiles: - uses: scitools/workflows/.github/workflows/refresh-lockfiles.yml@2024.11.7 + uses: scitools/workflows/.github/workflows/refresh-lockfiles.yml@2024.12.0 secrets: inherit diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6dac0ac8..644ce46a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -78,7 +78,7 @@ repos: types: [file, python] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.8.0" + rev: "v0.8.2" hooks: - id: ruff types: [file, python]