From 1911aa0266ca57ebfc972dc8c3fbc93e92810fb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 14:13:05 +0000 Subject: [PATCH] Bump actions/checkout from 6 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [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/v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-merged-pull_requests.yml | 4 ++-- .github/workflows/ci-pull_requests.yml | 2 +- .github/workflows/ci-tests.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci-merged-pull_requests.yml b/.github/workflows/ci-merged-pull_requests.yml index 9435bddad..38b33a82f 100644 --- a/.github/workflows/ci-merged-pull_requests.yml +++ b/.github/workflows/ci-merged-pull_requests.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Configure github token run: composer config -g github-oauth.github.com "${{ secrets.GITHUBOAUTHTOKEN }}" @@ -40,7 +40,7 @@ jobs: runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Enable experimental docker features run: | diff --git a/.github/workflows/ci-pull_requests.yml b/.github/workflows/ci-pull_requests.yml index d69ef997f..18ec39dc8 100644 --- a/.github/workflows/ci-pull_requests.yml +++ b/.github/workflows/ci-pull_requests.yml @@ -25,7 +25,7 @@ jobs: extensions: imagick, gd, mysqli, pdo, intl, mbstring, gmp, mcrypt, bcmath tools: composer:v2 - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Configure github token run: composer config -g github-oauth.github.com "${{ secrets.GITHUB_TOKEN }}" diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index c6b86e731..a2fd01ccf 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -20,7 +20,7 @@ jobs: extensions: imagick, gd, mysqli, pdo, intl, mbstring, gmp, mcrypt, bcmath tools: composer:v2 - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Configure github token run: composer config -g github-oauth.github.com "${{ secrets.GITHUBOAUTHTOKEN }}" @@ -53,7 +53,7 @@ jobs: php-version: '8.4' extensions: imagick, gd, mysqli, pdo, intl, mbstring, gmp, mcrypt, bcmath tools: composer:v2 - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Enable experimental docker features run: |