From 3d7758baf7f6e1feaf652ede7bcddae504260e0c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 5 Jun 2026 14:18:38 +0000 Subject: [PATCH 1/2] Initial plan From d8da27805d6f4ac194045e0e0c868ca9ec7c1cfb Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 5 Jun 2026 14:20:35 +0000 Subject: [PATCH 2/2] Fix downgrade_release CI: update checkout to v4 and add github.token fallback --- .github/workflows/downgraded_release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/downgraded_release.yaml b/.github/workflows/downgraded_release.yaml index aae39f6e9..3ccef3659 100644 --- a/.github/workflows/downgraded_release.yaml +++ b/.github/workflows/downgraded_release.yaml @@ -11,9 +11,9 @@ jobs: runs-on: ubuntu-latest steps: - - uses: "actions/checkout@v3" + - uses: "actions/checkout@v4" with: - token: ${{ secrets.WORKFLOWS_TOKEN }} + token: ${{ secrets.WORKFLOWS_TOKEN || github.token }} - uses: "shivammathur/setup-php@v2"