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 a26928e..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 @@ -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