From f1f3a37246be421158494f787c9879eec9c71913 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 11:04:03 +0000 Subject: [PATCH] Bump the actions group with 5 updates Bumps the actions group with 5 updates: | Package | From | To | | --- | --- | --- | | [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) | `2.7.1` | `2.7.5` | | [crate-ci/typos](https://github.com/crate-ci/typos) | `1.16.23` | `1.27.0` | | [mikefarah/yq](https://github.com/mikefarah/yq) | `4.40.5` | `4.44.3` | | [dtolnay/rust-toolchain](https://github.com/dtolnay/rust-toolchain) | `439cf607258077187679211f12aa6f19af4a0af7` | `7b1c307e0dcbda6122208f10795a713336a9b35a` | | [taiki-e/create-gh-release-action](https://github.com/taiki-e/create-gh-release-action) | `1.8.0` | `1.8.2` | Updates `Swatinem/rust-cache` from 2.7.1 to 2.7.5 - [Release notes](https://github.com/swatinem/rust-cache/releases) - [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md) - [Commits](https://github.com/swatinem/rust-cache/compare/v2.7.1...82a92a6e8fbeee089604da2575dc567ae9ddeaab) Updates `crate-ci/typos` from 1.16.23 to 1.27.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/v1.16.23...v1.27.0) Updates `mikefarah/yq` from 4.40.5 to 4.44.3 - [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/dd648994340a5d03225d97abf19c9bf1086c3f07...bbdd97482f2d439126582a59689eb1c855944955) Updates `dtolnay/rust-toolchain` from 439cf607258077187679211f12aa6f19af4a0af7 to 7b1c307e0dcbda6122208f10795a713336a9b35a - [Release notes](https://github.com/dtolnay/rust-toolchain/releases) - [Commits](https://github.com/dtolnay/rust-toolchain/compare/439cf607258077187679211f12aa6f19af4a0af7...7b1c307e0dcbda6122208f10795a713336a9b35a) Updates `taiki-e/create-gh-release-action` from 1.8.0 to 1.8.2 - [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/8df4de6534ceacdaed10a08f73418ca751f31793...72d65cee1f8033ef0c8b5d79eaf0c45c7c578ce3) --- updated-dependencies: - dependency-name: Swatinem/rust-cache dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: crate-ci/typos dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: mikefarah/yq dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: dtolnay/rust-toolchain dependency-type: direct:production dependency-group: actions - dependency-name: taiki-e/create-gh-release-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 8 ++++---- .github/workflows/release.yml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cd4647b..f1c06ee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@stable - - uses: Swatinem/rust-cache@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8 + - uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab - uses: arduino/setup-protoc@v3 - uses: actions/setup-go@v5 - run: cargo test --release @@ -25,7 +25,7 @@ jobs: steps: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@stable - - uses: Swatinem/rust-cache@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8 + - uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab - run: cargo fmt --check clippy: @@ -37,7 +37,7 @@ jobs: steps: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@stable - - uses: Swatinem/rust-cache@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8 + - uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab - uses: arduino/setup-protoc@v3 - run: cargo lint @@ -47,4 +47,4 @@ jobs: steps: - uses: actions/checkout@v4 - name: typos-action - uses: crate-ci/typos@v1.16.23 + uses: crate-ci/typos@v1.27.0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 07a2b78..d41aeda 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@dd648994340a5d03225d97abf19c9bf1086c3f07 + uses: mikefarah/yq@bbdd97482f2d439126582a59689eb1c855944955 with: cmd: yq -oy '"v" + .workspace.package.version' 'Cargo.toml' @@ -68,12 +68,12 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: dtolnay/rust-toolchain@439cf607258077187679211f12aa6f19af4a0af7 + - uses: dtolnay/rust-toolchain@7b1c307e0dcbda6122208f10795a713336a9b35a with: toolchain: stable target: ${{ matrix.target }} - - uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 + - uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab - name: Install cross if: matrix.cross @@ -147,7 +147,7 @@ jobs: - name: Create GitHub release id: create-release - uses: taiki-e/create-gh-release-action@8df4de6534ceacdaed10a08f73418ca751f31793 + uses: taiki-e/create-gh-release-action@72d65cee1f8033ef0c8b5d79eaf0c45c7c578ce3 with: token: ${{ secrets.GITHUB_TOKEN }} changelog: CHANGELOG.md