diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 74ec5eba..fc1b754e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -53,7 +53,7 @@ jobs: run: python -m tox -e docs-all - name: Deploy the built files - uses: JamesIves/github-pages-deploy-action@d92aa235d04922e8f08b40ce78cc5442fcfbfa2f # v4.8.0 + uses: JamesIves/github-pages-deploy-action@fa24774553152dd7873cd16ebd8d959b010c5445 # v4.9.0 with: folder: _build/html # The folder the action should deploy. branch: gh-pages # The branch to which the action should deploy. diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2dbac6c9..5c253880 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,11 +10,11 @@ repos: exclude: "locales" - id: trailing-whitespace - repo: https://github.com/rvben/rumdl-pre-commit - rev: v0.2.46 + rev: v0.2.60 hooks: - id: rumdl args: [] - repo: https://github.com/zizmorcore/zizmor-pre-commit - rev: v1.26.1 + rev: v1.29.0 hooks: - id: zizmor diff --git a/pyproject.toml b/pyproject.toml index 8ceac7e0..5f5c82ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [dependency-groups] pre-commit = [ - "pre-commit == 4.6.1", + "pre-commit == 4.6.2", ] redirects = [