From e365a6b0388fb217e75ea3f1f4983f87be390427 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 07:45:14 +0000 Subject: [PATCH] Bump actions/checkout from 2 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 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/v2...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/generatemo.yml | 2 +- .github/workflows/phpunit.yml | 8 ++++---- .github/workflows/release.yml | 2 +- .github/workflows/updatepot.yml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/generatemo.yml b/.github/workflows/generatemo.yml index b3308cb..22f349b 100644 --- a/.github/workflows/generatemo.yml +++ b/.github/workflows/generatemo.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repo - uses: actions/checkout@v4 + uses: actions/checkout@v6 - 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 3a3392a..b94f8e2 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@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/accounts @@ -88,14 +88,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/accounts diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6f3d257..2c723ce 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v6 - 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 d1df719..5fdf19f 100644 --- a/.github/workflows/updatepot.yml +++ b/.github/workflows/updatepot.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repo - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: install xgettext