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/claude_issue_fixer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
coverage: none

- name: Install Composer dependencies
uses: ramsey/composer-install@v3
uses: ramsey/composer-install@v4

# 4. Pick a random open issue from rectorphp/rector (skip any already covered by a PR)
- name: Pick a fixable issue
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

-
# commit only to core contributors who have repository access
uses: stefanzweifel/git-auto-commit-action@v5
uses: stefanzweifel/git-auto-commit-action@v7
with:
commit_message: '[ci-review] Rector Rectify'
commit_author: 'GitHub Action <actions@github.com>'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/remove_unused_deps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

-
# commit only to core contributors who have repository access
uses: stefanzweifel/git-auto-commit-action@v5
uses: stefanzweifel/git-auto-commit-action@v7
with:
commit_message: '[ci-review] Remove unused dependencies'
commit_author: 'GitHub Action <actions@github.com>'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/weekly_pull_requests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
# see https://github.com/peter-evans/create-pull-request
-
name: Create pull-request
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v8
id: cpr
with:
token: ${{ secrets.ACCESS_TOKEN }}
Expand Down
Loading