From cd9fc6d058d82712613c18289be4d0932e7b54b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 12:58:13 +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/generatemo.yml | 2 +- .github/workflows/phpunit.yml | 8 ++++---- .github/workflows/psalm.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/updatepot.yml | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/generatemo.yml b/.github/workflows/generatemo.yml index 897d84a..b7a952d 100644 --- a/.github/workflows/generatemo.yml +++ b/.github/workflows/generatemo.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup Perl environment # You may pin to the exact commit or the version. diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 7bcc391..d44cb99 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@v6 + uses: actions/checkout@v7 with: repository: glpi-project/glpi ref: 11.0/bugfixes path: glpi - name: Checkout plugin - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: path: glpi/plugins/resources @@ -87,14 +87,14 @@ jobs: steps: - name: Checkout GLPI core - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: glpi-project/glpi ref: 11.0/bugfixes path: glpi - name: Checkout plugin - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: path: glpi/plugins/resources diff --git a/.github/workflows/psalm.yml b/.github/workflows/psalm.yml index d743c34..ed9c879 100644 --- a/.github/workflows/psalm.yml +++ b/.github/workflows/psalm.yml @@ -27,7 +27,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Psalm Security Scan uses: psalm/psalm-github-security-scan@1.4.0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d208d2f..3cf08e4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Build project # This would actually build your project, using zip for an example artifact id: build_ env: diff --git a/.github/workflows/updatepot.yml b/.github/workflows/updatepot.yml index 303b7d4..2aa4dd0 100644 --- a/.github/workflows/updatepot.yml +++ b/.github/workflows/updatepot.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: install xgettext