This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch staging in repository https://gitbox.apache.org/repos/asf/airflow-site.git
commit 30e639277f6728082249768aecfaf25282f22970 Author: Jarek Potiuk <[email protected]> AuthorDate: Sat Dec 13 22:39:10 2025 +0100 Fix upgrade check (#1321) --- .github/workflows/upgrade.yml | 1 - .pre-commit-config.yaml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/upgrade.yml b/.github/workflows/upgrade.yml index c4dd126d95..94623235d5 100644 --- a/.github/workflows/upgrade.yml +++ b/.github/workflows/upgrade.yml @@ -52,7 +52,6 @@ jobs: echo "Upgrading prek hooks..." prek autoupdate --color=always --freeze prek autoupdate --color=always --bleeding-edge --freeze --repo https://github.com/Lucas-C/pre-commit-hooks - prek autoupdate --color=always --bleeding-edge --freeze --repo https://github.com/eclipse-csi/octopin if git diff --quiet; then echo "prek_changed=false" >> $GITHUB_OUTPUT echo "No changes from prek upgrade" diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 76022565c1..3b6849eced 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -29,7 +29,7 @@ repos: - id: check-useless-excludes - repo: https://github.com/eclipse-csi/octopin # We need this commit because if supports two spaces before comments (yamllint compatibility) - rev: 21360742e352e87450f99e180fdfc2cf774a72a3 + rev: 67eac129b3e1d8ddb47e657bb2fda28c33d948ca # frozen: v0.1.4 hooks: - id: pin-versions name: Pin versions of dependencies in CI workflows (manual)
