From 70eedc970b0abd0e7ed4d6b73a4d9e29159ffc24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 20:38:44 +0000 Subject: [PATCH] Bump the actions group across 1 directory with 3 updates Bumps the actions group with 3 updates in the / directory: [crate-ci/typos](https://github.com/crate-ci/typos), [mikefarah/yq](https://github.com/mikefarah/yq) and [taiki-e/create-gh-release-action](https://github.com/taiki-e/create-gh-release-action). Updates `crate-ci/typos` from 1.44.0 to 1.46.0 - [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/631208b7aac2daa8b707f55e7331f9112b0e062d...bbaefadf97b0ec5fdc942684b647f1a6ab250274) Updates `mikefarah/yq` from 4.52.4 to 4.53.2 - [Release notes](https://github.com/mikefarah/yq/releases) - [Changelog](https://github.com/mikefarah/yq/blob/master/release_notes.txt) - [Commits](https://github.com/mikefarah/yq/compare/5a7e72a743649b1b3a47d1a1d8214f3453173c51...751d8ad57b84f1794661bc70c0afb92a22ad7b3c) Updates `taiki-e/create-gh-release-action` from 1.9.2 to 1.11.0 - [Release notes](https://github.com/taiki-e/create-gh-release-action/releases) - [Changelog](https://github.com/taiki-e/create-gh-release-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/taiki-e/create-gh-release-action/compare/56a8b3f8449593aa02b91f7b84da564f476e94f0...eba8ea96c86cca8a37f1b56e94b4d13301fba651) --- updated-dependencies: - dependency-name: crate-ci/typos dependency-version: 1.45.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: mikefarah/yq dependency-version: 4.52.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: taiki-e/create-gh-release-action dependency-version: 1.9.3 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/release.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 12d9639..8288d6b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,4 +44,4 @@ jobs: steps: - uses: actions/checkout@v6 - name: typos-action - uses: crate-ci/typos@631208b7aac2daa8b707f55e7331f9112b0e062d # v1.44.0 + uses: crate-ci/typos@bbaefadf97b0ec5fdc942684b647f1a6ab250274 # v1.46.0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 771941f..5811269 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: - name: Get version from Cargo.toml id: lookupVersion - uses: mikefarah/yq@5a7e72a743649b1b3a47d1a1d8214f3453173c51 #v4.52.4 + uses: mikefarah/yq@751d8ad57b84f1794661bc70c0afb92a22ad7b3c #v4.53.2 with: cmd: yq -oy '"v" + .workspace.package.version' 'Cargo.toml' @@ -144,7 +144,7 @@ jobs: - name: Create GitHub release id: create-release - uses: taiki-e/create-gh-release-action@56a8b3f8449593aa02b91f7b84da564f476e94f0 # v1.9.2 + uses: taiki-e/create-gh-release-action@eba8ea96c86cca8a37f1b56e94b4d13301fba651 # v1.11.0 with: token: ${{ secrets.GITHUB_TOKEN }} changelog: CHANGELOG.md