diff --git a/repo-fixups b/repo-fixups index 9d5caf4..bceb332 100755 --- a/repo-fixups +++ b/repo-fixups @@ -6,7 +6,9 @@ #git grep -l 'Copyright .*[0-9][ –-]\+\(201[0-9]\|202[0123]\) Michal Čihař' | grep -v '\.po$' | xargs -r sed -i 's/\(Copyright [^0-9]*\)\([0-9]\+[ –-]\+[0-9]\+\) \(Michal Čihař\) ]\+>/\1\3 /' -sed -i s@https://github.com/charliermarsh/ruff-pre-commit@https://github.com/astral-sh/ruff-pre-commit@ .pre-commit-config.yaml +#sed -i s@https://github.com/charliermarsh/ruff-pre-commit@https://github.com/astral-sh/ruff-pre-commit@ .pre-commit-config.yaml + +sed -i s%codecov/codecov-action@v4%codecov/codecov-action@v4% .github/workflows/* for file in .github/workflows/*.yml ; do "${ROOT:-.}/update-workflow" "$file"