Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/draft_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

# yamllint disable rule:line-length
- name: Create pull request
uses: thomaseizinger/create-pull-request@1.3.1
uses: thomaseizinger/create-pull-request@1.4.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Update `action/setup-python` GitHub Action to v5
- Update `action/checkout` GitHub Action to v4
- Update `github/codeql-action/analyze` GitHub Action to v3
- Update `thomaseizinger/create-pull-request` GitHub Action to v1.4.0
- Update `adrienverge/yamllint.git` hook to v1.35.1
- Update `astral-sh/ruff-pre-commit` hook to v0.4.1
- Update `Lucas-C/pre-commit-hooks` hook to v1.5.5
Expand Down