From 793f791fcc85f1f4b0c4a240bee628fcf318f453 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 21:35:46 +0000 Subject: [PATCH] Bump the github-actions group with 2 updates Bumps the github-actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [actions/github-script](https://github.com/actions/github-script). Updates `actions/checkout` from 4 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v6) Updates `actions/github-script` from 7 to 8 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v7...v8) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/github-script dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 4 ++-- .github/workflows/mkrepo.yml | 2 +- .github/workflows/sync.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 67f4469..48b2b9f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -73,7 +73,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Composer Install run: composer install --prefer-dist --no-progress --no-suggest --ignore-platform-reqs @@ -88,7 +88,7 @@ jobs: run: ./scripts/build-dockerfile.sh ${{ matrix.stack.name }} - name: Resolve PHP version - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const minor = '${{ matrix.series.php }}'; diff --git a/.github/workflows/mkrepo.yml b/.github/workflows/mkrepo.yml index cd10ee8..aca68d5 100644 --- a/.github/workflows/mkrepo.yml +++ b/.github/workflows/mkrepo.yml @@ -51,7 +51,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Composer Install run: composer install --prefer-dist --no-progress --no-suggest --ignore-platform-reqs diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index 10f8b4e..fe20cfc 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -42,7 +42,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Composer Install run: composer install --prefer-dist --no-progress --no-suggest --ignore-platform-reqs