From 43d8b1a2ca5407ff9330aef9bfd5e706ed58775c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 11:07:01 +0000 Subject: [PATCH] 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/phpunit.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index d44c161..4b87f27 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -21,14 +21,14 @@ jobs: steps: - name: Checkout GLPI core (shallow) - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: repository: glpi-project/glpi ref: 11.0/bugfixes path: glpi - name: Checkout plugin - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: path: glpi/plugins/timelineticket @@ -91,14 +91,14 @@ jobs: steps: - name: Checkout GLPI core - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: repository: glpi-project/glpi ref: 11.0/bugfixes path: glpi - name: Checkout plugin - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: path: glpi/plugins/timelineticket