diff --git a/.github/workflows/claude_issue_fixer.yaml b/.github/workflows/claude_issue_fixer.yaml index 39e3999148e..afa1307477a 100644 --- a/.github/workflows/claude_issue_fixer.yaml +++ b/.github/workflows/claude_issue_fixer.yaml @@ -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 diff --git a/.github/workflows/rector.yaml b/.github/workflows/rector.yaml index 257e348730b..647fb4925c9 100644 --- a/.github/workflows/rector.yaml +++ b/.github/workflows/rector.yaml @@ -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 ' diff --git a/.github/workflows/remove_unused_deps.yaml b/.github/workflows/remove_unused_deps.yaml index 82d6bb082c6..060e8cae841 100644 --- a/.github/workflows/remove_unused_deps.yaml +++ b/.github/workflows/remove_unused_deps.yaml @@ -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 ' diff --git a/.github/workflows/weekly_pull_requests.yaml b/.github/workflows/weekly_pull_requests.yaml index ec977dde2c7..ea08b2ef43a 100644 --- a/.github/workflows/weekly_pull_requests.yaml +++ b/.github/workflows/weekly_pull_requests.yaml @@ -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 }}