Skip to content

Commit

Permalink
Fix "update pyproject.toml" CI workflow (#188)
Browse files Browse the repository at this point in the history
Move comment
Use non-deprecated input
  • Loading branch information
CasperWA authored Oct 1, 2024
1 parent 21ab671 commit 11777a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_check_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
with:
git_username: "TEAM 4.0[bot]"
git_email: "[email protected]"
permanent_dependencies_branch: "ci/dependency-updates"
target_branch: "ci/dependency-updates"
python_version: "3.10"
install_extras: "[dev]"
pr_labels: "CI/CD,skip_changelog"
# Ignore all further major version updates for NumPy, i.e., keep it at 1.x.x
ignore: |
# Ignore all further major version updates for NumPy, i.e., keep it at 1.x.x
dependency-name=numpy...update-types=version-update:semver-major
secrets:
PAT: ${{ secrets.TEAM40_PAT }}

0 comments on commit 11777a4

Please sign in to comment.