From fdf9cbdab60b6c0000ac81c894918e33f5412f6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 09:56:34 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 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/v4...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/phpunit.yml | 8 ++++---- .github/workflows/psalm.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 402f06b..aa4fae6 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -22,14 +22,14 @@ jobs: steps: - name: Checkout GLPI core (shallow) - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: repository: glpi-project/glpi ref: 11.0/bugfixes path: glpi - name: Checkout plugin - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: path: glpi/plugins/vip @@ -88,14 +88,14 @@ jobs: steps: - name: Checkout GLPI core - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: repository: glpi-project/glpi ref: 11.0/bugfixes path: glpi - name: Checkout plugin - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: path: glpi/plugins/vip diff --git a/.github/workflows/psalm.yml b/.github/workflows/psalm.yml index 5832934..2d8bc1a 100644 --- a/.github/workflows/psalm.yml +++ b/.github/workflows/psalm.yml @@ -27,7 +27,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Psalm Security Scan uses: psalm/psalm-github-security-scan@f3e6fd9432bc3e44aec078572677ce9d2ef9c287