diff --git a/.github/workflows/license-header.yml b/.github/workflows/license-header.yml index 44ee47a..9e7f02e 100644 --- a/.github/workflows/license-header.yml +++ b/.github/workflows/license-header.yml @@ -5,7 +5,7 @@ on: jobs: header-license-fix: - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 permissions: contents: write diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index eadb2b2..1067fba 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: exclude: ^\.yarn - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.11.6 + rev: v0.11.7 hooks: - id: ruff args: [--fix, --show-fixes]