From ba36420d49b5a09bd63de5b56e9c16d6bd4193e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Aug 2025 09:54:05 +0000 Subject: [PATCH] :arrow_up: Bump the actions group with 2 updates Bumps the actions group with 2 updates: [crate-ci/typos](https://github.com/crate-ci/typos) and [renovatebot/github-action](https://github.com/renovatebot/github-action). Updates `crate-ci/typos` from 1.35.4 to 1.35.5 - [Release notes](https://github.com/crate-ci/typos/releases) - [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md) - [Commits](https://github.com/crate-ci/typos/compare/v1.35.4...v1.35.5) Updates `renovatebot/github-action` from 43.0.7 to 43.0.8 - [Release notes](https://github.com/renovatebot/github-action/releases) - [Changelog](https://github.com/renovatebot/github-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/renovatebot/github-action/compare/v43.0.7...v43.0.8) --- updated-dependencies: - dependency-name: crate-ci/typos dependency-version: 1.35.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: renovatebot/github-action dependency-version: 43.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/renovate.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 680860a8..eccbda89 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/checkout@v5.0.0 - name: typos - uses: crate-ci/typos@v1.35.4 + uses: crate-ci/typos@v1.35.5 - uses: astral-sh/setup-uv@v6.5.0 diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 899e5c40..35e5a2ad 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v5.0.0 - - uses: renovatebot/github-action@v43.0.7 + - uses: renovatebot/github-action@v43.0.8 with: configurationFile: .github/renovate-config.json token: ${{ secrets.RENOVATE_TOKEN }}