From 216d75d962bcd16f891b497390abc8252ef0dd63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 13:53:25 +0000 Subject: [PATCH] build(deps): bump the github-actions-all group across 1 directory with 2 updates Bumps the github-actions-all group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [schubergphilis/mcvs-pr-validation-action](https://github.com/schubergphilis/mcvs-pr-validation-action). Updates `actions/checkout` from 6.0.2 to 6.0.3 - [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/de0fac2e4500dabe0009e67214ff5f5447ce83dd...df4cb1c069e1874edd31b4311f1884172cec0e10) Updates `schubergphilis/mcvs-pr-validation-action` from 0.2.0 to 0.2.2 - [Release notes](https://github.com/schubergphilis/mcvs-pr-validation-action/releases) - [Commits](https://github.com/schubergphilis/mcvs-pr-validation-action/compare/b1c337a896fea52b52a93335713a435d5a07ea72...6f153c01301ab2f92336781173b7f3a796de5f3e) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-all - dependency-name: schubergphilis/mcvs-pr-validation-action dependency-version: 0.2.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-all ... Signed-off-by: dependabot[bot] --- .github/workflows/general.yml | 2 +- .github/workflows/mcvs-pr-validation.yml | 4 ++-- .github/workflows/python.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/general.yml b/.github/workflows/general.yml index 1f5658b..31b9fc8 100644 --- a/.github/workflows/general.yml +++ b/.github/workflows/general.yml @@ -15,7 +15,7 @@ jobs: - testing-type: yamllint runs-on: ubuntu-slim steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 # yamllint disable-line rule:line-length - uses: schubergphilis/mcvs-general-action@f52c4433add29d8eff9036bf37b5b69a2c4cf28b # v0.5.8 with: diff --git a/.github/workflows/mcvs-pr-validation.yml b/.github/workflows/mcvs-pr-validation.yml index 5c77b5c..00743e9 100644 --- a/.github/workflows/mcvs-pr-validation.yml +++ b/.github/workflows/mcvs-pr-validation.yml @@ -15,6 +15,6 @@ jobs: MCVS-PR-validation-action: runs-on: ubuntu-slim steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 # yamllint disable-line rule:line-length - - uses: schubergphilis/mcvs-pr-validation-action@b1c337a896fea52b52a93335713a435d5a07ea72 # v0.2.0 + - uses: schubergphilis/mcvs-pr-validation-action@6f153c01301ab2f92336781173b7f3a796de5f3e # v0.2.2 diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index e5b42de..d7a4d4f 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -8,7 +8,7 @@ jobs: mcvs-python-action: runs-on: ubuntu-slim steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - uses: ./ with: token: ${{ secrets.GITHUB_TOKEN }}