From 7d15d260b9b4de0d6e20b75233819b5f930636b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 08:05:24 +0000 Subject: [PATCH 1/2] 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/test-matrix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-matrix.yml b/.github/workflows/test-matrix.yml index a26928e..6f04233 100644 --- a/.github/workflows/test-matrix.yml +++ b/.github/workflows/test-matrix.yml @@ -29,7 +29,7 @@ jobs: if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name name: ${{ matrix.config[1] }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: persist-credentials: false - name: Install uv + caching From 9a222063714da59d8cceffd758c6900f940cca19 Mon Sep 17 00:00:00 2001 From: Maurits van Rees Date: Tue, 23 Jun 2026 21:45:59 +0200 Subject: [PATCH 2/2] Use plone.meta PR branch for actions/checkout v7 --- .github/dependabot.yml | 2 +- .github/workflows/meta.yml | 12 ++++++------ .github/workflows/test-matrix.yml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8da3888..9906e54 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,5 +1,5 @@ # Generated from: -# https://github.com/plone/meta/tree/2.x/src/plone/meta/default +# https://github.com/plone/meta/tree/dependabot/github_actions/actions/checkout-7/src/plone/meta/default # See the inline comments on how to expand/tweak this configuration file version: 2 updates: diff --git a/.github/workflows/meta.yml b/.github/workflows/meta.yml index df9c753..13965fa 100644 --- a/.github/workflows/meta.yml +++ b/.github/workflows/meta.yml @@ -1,5 +1,5 @@ # Generated from: -# https://github.com/plone/meta/tree/2.x/src/plone/meta/default +# https://github.com/plone/meta/tree/dependabot/github_actions/actions/checkout-7/src/plone/meta/default # See the inline comments on how to expand/tweak this configuration file name: Meta @@ -19,15 +19,15 @@ on: jobs: qa: - uses: plone/meta/.github/workflows/qa.yml@2.x + uses: plone/meta/.github/workflows/qa.yml@dependabot/github_actions/actions/checkout-7 coverage: - uses: plone/meta/.github/workflows/coverage.yml@2.x + uses: plone/meta/.github/workflows/coverage.yml@dependabot/github_actions/actions/checkout-7 dependencies: - uses: plone/meta/.github/workflows/dependencies.yml@2.x + uses: plone/meta/.github/workflows/dependencies.yml@dependabot/github_actions/actions/checkout-7 release_ready: - uses: plone/meta/.github/workflows/release_ready.yml@2.x + uses: plone/meta/.github/workflows/release_ready.yml@dependabot/github_actions/actions/checkout-7 circular: - uses: plone/meta/.github/workflows/circular.yml@2.x + uses: plone/meta/.github/workflows/circular.yml@dependabot/github_actions/actions/checkout-7 ## # To modify the list of default jobs being created add in .meta.toml: diff --git a/.github/workflows/test-matrix.yml b/.github/workflows/test-matrix.yml index 6f04233..178b9c6 100644 --- a/.github/workflows/test-matrix.yml +++ b/.github/workflows/test-matrix.yml @@ -1,5 +1,5 @@ # Generated from: -# https://github.com/plone/meta/tree/2.x/src/plone/meta/default +# https://github.com/plone/meta/tree/dependabot/github_actions/actions/checkout-7/src/plone/meta/default # See the inline comments on how to expand/tweak this configuration file name: Tests