Skip to content

Commit

Permalink
✏️ Update pre-commit action and GitLab CI image
Browse files Browse the repository at this point in the history
  • Loading branch information
veit committed May 1, 2024
1 parent 4cb94ef commit 9d02667
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/productive/git/advanced/hooks/ci.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Beispiele für GitHub Actions
with:
path: ~/.cache/pre-commit
key: pre-commit|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') }}
- uses: pre-commit/[email protected].0
- uses: pre-commit/[email protected].1
.. seealso::

Expand All @@ -64,7 +64,7 @@ Beispiel für GitLab Actions
pre-commit:
stage: validate
image:
name: python:3.10
name: python:3.12
variables:
PRE_COMMIT_HOME: ${CI_PROJECT_DIR}/.cache/pre-commit
only:
Expand Down

0 comments on commit 9d02667

Please sign in to comment.