From d5edefcee3f3180606031e9da00b0a3a0beb196b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 1 Jul 2026 00:28:33 +0000 Subject: [PATCH] Update GitHub Action Versions --- .github/workflows/create-draft-release.yml | 2 +- .github/workflows/gh-action-updater.yml | 2 +- .github/workflows/release.yml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/create-draft-release.yml b/.github/workflows/create-draft-release.yml index 039014a..ca355b2 100644 --- a/.github/workflows/create-draft-release.yml +++ b/.github/workflows/create-draft-release.yml @@ -17,6 +17,6 @@ jobs: pull-requests: write runs-on: ubuntu-latest steps: - - uses: release-drafter/release-drafter@v7.1.1 + - uses: release-drafter/release-drafter@v7.5.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/gh-action-updater.yml b/.github/workflows/gh-action-updater.yml index 53be976..367dd4d 100644 --- a/.github/workflows/gh-action-updater.yml +++ b/.github/workflows/gh-action-updater.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6.0.2 + - uses: actions/checkout@v7.0.0 with: # [Required] Access token with `workflow` scope. token: ${{ secrets.WORKFLOW_SECRET }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 13d5a7b..fd4714e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v7.0.0 - name: Install Composer Dependencies run: composer install @@ -54,7 +54,7 @@ jobs: needs: get_draft_release steps: - name: Checkout code - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v7.0.0 - name: Update Changelog id: update_changelog uses: stefanzweifel/changelog-updater-action@v1.12.0 @@ -62,7 +62,7 @@ jobs: latest-version: ${{ needs.get_draft_release.outputs.release_tag }} release-notes: ${{ needs.get_draft_release.outputs.release_body }} - name: Commit updated CHANGELOG - uses: stefanzweifel/git-auto-commit-action@v7.1.0 + uses: stefanzweifel/git-auto-commit-action@v7.2.0 with: branch: main commit_message: Update CHANGELOG