From b120325fd7502cd7d67f53341ac0ef102c3cd7f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 12:02:51 +0000 Subject: [PATCH] Bump the github-actions group across 1 directory with 3 updates Bumps the github-actions group with 3 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [actions/cache](https://github.com/actions/cache) and [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/checkout` from 5 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/v5...v6) Updates `actions/cache` from 4 to 5 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v4...v5) Updates `actions/upload-artifact` from 5 to 6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v5...v6) --- 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/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/copilot-setup-steps.yml | 2 +- .github/workflows/discord-release-notify.yml | 2 +- .github/workflows/docker-image-ci.yml | 2 +- .github/workflows/docker-image-publish.yml | 2 +- .github/workflows/draft-release-pr-check.yml | 2 +- .github/workflows/draft-release.yml | 4 ++-- .github/workflows/main-php-matrix.yml | 8 ++++---- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index 2278aabd40e..8cae97d8216 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -28,7 +28,7 @@ jobs: pm-version-major: 5 - name: Restore Composer package cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cache/composer/files diff --git a/.github/workflows/discord-release-notify.yml b/.github/workflows/discord-release-notify.yml index ca960ada072..0348f99916d 100644 --- a/.github/workflows/discord-release-notify.yml +++ b/.github/workflows/discord-release-notify.yml @@ -23,7 +23,7 @@ jobs: php-version: 8.2 - name: Restore Composer package cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cache/composer/files diff --git a/.github/workflows/docker-image-ci.yml b/.github/workflows/docker-image-ci.yml index e01502b5c32..11cc1bf0411 100644 --- a/.github/workflows/docker-image-ci.yml +++ b/.github/workflows/docker-image-ci.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: submodules: true #needed for build/php submodule diff --git a/.github/workflows/docker-image-publish.yml b/.github/workflows/docker-image-publish.yml index 62862da3ce2..e6509766c88 100644 --- a/.github/workflows/docker-image-publish.yml +++ b/.github/workflows/docker-image-publish.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: submodules: true #needed for build/php submodule diff --git a/.github/workflows/draft-release-pr-check.yml b/.github/workflows/draft-release-pr-check.yml index 8238105f4c7..323ded40653 100644 --- a/.github/workflows/draft-release-pr-check.yml +++ b/.github/workflows/draft-release-pr-check.yml @@ -54,7 +54,7 @@ jobs: php-version: 8.2 - name: Restore Composer package cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cache/composer/files diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index c0bdd0b9ae7..34cd5159be0 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -92,7 +92,7 @@ jobs: php-version: ${{ env.PHP_VERSION }} - name: Restore Composer package cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cache/composer/files @@ -155,7 +155,7 @@ jobs: run: php tools/generate-permission-doc.php rst - name: Upload release artifacts - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: release_artifacts path: | diff --git a/.github/workflows/main-php-matrix.yml b/.github/workflows/main-php-matrix.yml index fa692c7cccf..d97884644cb 100644 --- a/.github/workflows/main-php-matrix.yml +++ b/.github/workflows/main-php-matrix.yml @@ -37,7 +37,7 @@ jobs: pm-version-major: ${{ inputs.pm-version-major }} - name: Restore Composer package cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cache/composer/files @@ -69,7 +69,7 @@ jobs: pm-version-major: ${{ inputs.pm-version-major }} - name: Restore Composer package cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cache/composer/files @@ -103,7 +103,7 @@ jobs: pm-version-major: ${{ inputs.pm-version-major }} - name: Restore Composer package cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cache/composer/files @@ -135,7 +135,7 @@ jobs: pm-version-major: ${{ inputs.pm-version-major }} - name: Restore Composer package cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cache/composer/files