From ffeb2fe10d2c5f990dbe41601fc58de244ca6de2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 16:36:55 +0000 Subject: [PATCH] GitHub Actions(deps): Bump actions/checkout from 4 to 6 Bumps [actions/checkout](https://github.com/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) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/reports.yml | 2 +- .github/workflows/tests.yml | 2 +- .github/workflows/wiki.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/reports.yml b/.github/workflows/reports.yml index 39b4d0a..956e535 100644 --- a/.github/workflows/reports.yml +++ b/.github/workflows/reports.yml @@ -21,7 +21,7 @@ jobs: name: Generate Reports runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Get Composer Cache Directory id: composer-cache diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 64186b6..1a37860 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -24,7 +24,7 @@ jobs: matrix: php-version: [ '8.3', '8.4', '8.5' ] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Get Composer Cache Directory id: composer-cache diff --git a/.github/workflows/wiki.yml b/.github/workflows/wiki.yml index 3a8b7c3..4c01b05 100644 --- a/.github/workflows/wiki.yml +++ b/.github/workflows/wiki.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: token: ${{ github.token }} submodules: recursive