From 8b0bfa7361e591cca9f28e5b96790ae142e96fba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 07:37:00 +0000 Subject: [PATCH] chore(ci): bump the github-actions group with 3 updates Bumps the github-actions group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [actions/setup-python](https://github.com/actions/setup-python) and [ravsamhq/notify-slack-action](https://github.com/ravsamhq/notify-slack-action). Updates `actions/checkout` from 4 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/v4...v6) Updates `actions/setup-python` from 5 to 6 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v5...v6) Updates `ravsamhq/notify-slack-action` from 2.3.0 to 2.5.0 - [Release notes](https://github.com/ravsamhq/notify-slack-action/releases) - [Commits](https://github.com/ravsamhq/notify-slack-action/compare/2.3.0...2.5.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: ravsamhq/notify-slack-action dependency-version: 2.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/_test-regressions.yml | 6 +++--- .github/workflows/_workflow_lint.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/_test-regressions.yml b/.github/workflows/_test-regressions.yml index fcbc2166..7c10cf07 100644 --- a/.github/workflows/_test-regressions.yml +++ b/.github/workflows/_test-regressions.yml @@ -21,12 +21,12 @@ jobs: - "3.14" runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: submodules: recursive - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: ${{ matrix.python-version }} @@ -49,7 +49,7 @@ jobs: pytest --cov mindee -m regression - name: Notify Slack Action on Failure - uses: ravsamhq/notify-slack-action@2.3.0 + uses: ravsamhq/notify-slack-action@2.5.0 if: ${{ always() && github.ref_name == 'main' }} with: status: ${{ job.status }} diff --git a/.github/workflows/_workflow_lint.yml b/.github/workflows/_workflow_lint.yml index 8eb21904..be52a1d1 100644 --- a/.github/workflows/_workflow_lint.yml +++ b/.github/workflows/_workflow_lint.yml @@ -10,7 +10,7 @@ jobs: actionlint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Download actionlint id: get_actionlint run: bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)