From ebee2ca719b034b587173055a01911846adf3453 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 19:52:41 +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/ci-cache-clean-pr.yml | 2 +- .github/workflows/ci-checkfilesetlock.yml | 2 +- .github/workflows/ci-phpstan_baseline.yml | 2 +- .github/workflows/phan.yml | 2 +- .github/workflows/phpstan.yml | 2 +- .github/workflows/pr-18.yml | 2 +- .github/workflows/pre-commit.yml | 2 +- .github/workflows/windows-ci.yml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci-cache-clean-pr.yml b/.github/workflows/ci-cache-clean-pr.yml index 5b6866b52c3db..f337210af93c1 100644 --- a/.github/workflows/ci-cache-clean-pr.yml +++ b/.github/workflows/ci-cache-clean-pr.yml @@ -18,7 +18,7 @@ jobs: contents: read steps: - name: Check out code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Cleanup run: | gh extension install actions/gh-actions-cache diff --git a/.github/workflows/ci-checkfilesetlock.yml b/.github/workflows/ci-checkfilesetlock.yml index 60ab054ac8381..d2d36429da348 100644 --- a/.github/workflows/ci-checkfilesetlock.yml +++ b/.github/workflows/ci-checkfilesetlock.yml @@ -46,7 +46,7 @@ jobs: # 2) Checkout repository (useful if repo content is needed later) - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 # Debug information (useful for diagnostics) - name: Debug info diff --git a/.github/workflows/ci-phpstan_baseline.yml b/.github/workflows/ci-phpstan_baseline.yml index ddb9306f4c5b1..b758f2c976ac8 100644 --- a/.github/workflows/ci-phpstan_baseline.yml +++ b/.github/workflows/ci-phpstan_baseline.yml @@ -33,7 +33,7 @@ jobs: pull-requests: write steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup PHP uses: shivammathur/setup-php@v2 with: diff --git a/.github/workflows/phan.yml b/.github/workflows/phan.yml index c4c6a16c65be3..3547d3e1df5f1 100644 --- a/.github/workflows/phan.yml +++ b/.github/workflows/phan.yml @@ -33,7 +33,7 @@ jobs: github.repository == 'Dolibarr/dolibarr' || github.event.schedule == false steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 # Another method to get the list of changed files # It sets the variable steps.changed-php.outputs.all_changed_files for other steps diff --git a/.github/workflows/phpstan.yml b/.github/workflows/phpstan.yml index 541428c6b7d4a..ac2fab7eca4ff 100644 --- a/.github/workflows/phpstan.yml +++ b/.github/workflows/phpstan.yml @@ -37,7 +37,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 # Get PHP and addons - name: Setup PHP id: setup-php diff --git a/.github/workflows/pr-18.yml b/.github/workflows/pr-18.yml index a1aeca858b705..d0ae25a98aa44 100644 --- a/.github/workflows/pr-18.yml +++ b/.github/workflows/pr-18.yml @@ -47,7 +47,7 @@ jobs: # 2) Checkout repository (useful if repo content is needed later) - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 # Debug information (useful for diagnostics) - name: Debug info diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 6e8a8444de6a9..27447afbfdaa8 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -29,7 +29,7 @@ jobs: # if: false # Checkout git sources to analyze - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 # Try to get the list of modified files into steps.changed-php.outputs.all_changed_files #- name: Get changed files diff --git a/.github/workflows/windows-ci.yml b/.github/workflows/windows-ci.yml index 4497c798639be..44f6cf0391029 100644 --- a/.github/workflows/windows-ci.yml +++ b/.github/workflows/windows-ci.yml @@ -38,7 +38,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup PHP uses: shivammathur/setup-php@v2 with: