From c5370de78d0fd0110f9f303c1b25ae1c014790d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 16:02:12 +0000 Subject: [PATCH] chore(deps): Bump the gha-deps group with 3 updates Bumps the gha-deps group with 3 updates: [ruby/setup-ruby](https://github.com/ruby/setup-ruby), [artichoke/setup-rust](https://github.com/artichoke/setup-rust) and [actions/setup-node](https://github.com/actions/setup-node). Updates `ruby/setup-ruby` from 1.183.0 to 1.190.0 - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb) - [Commits](https://github.com/ruby/setup-ruby/compare/1d0e911f615a112e322369596f10ee0b95b010ae...a6e6f86333f0a2523ece813039b8b4be04560854) Updates `artichoke/setup-rust` from 1.11.0 to 1.12.1 - [Release notes](https://github.com/artichoke/setup-rust/releases) - [Commits](https://github.com/artichoke/setup-rust/compare/v1.11.0...v1.12.1) Updates `actions/setup-node` from 4.0.2 to 4.0.3 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4.0.2...v4.0.3) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gha-deps - dependency-name: artichoke/setup-rust dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gha-deps - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gha-deps ... Signed-off-by: dependabot[bot] --- .github/workflows/audit.yaml | 4 ++-- .github/workflows/ci.yaml | 10 +++++----- .github/workflows/rustdoc.yaml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/audit.yaml b/.github/workflows/audit.yaml index 81611c20..077b254d 100644 --- a/.github/workflows/audit.yaml +++ b/.github/workflows/audit.yaml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@v4.1.7 - name: Install Ruby toolchain - uses: ruby/setup-ruby@1d0e911f615a112e322369596f10ee0b95b010ae # v1.183.0 + uses: ruby/setup-ruby@a6e6f86333f0a2523ece813039b8b4be04560854 # v1.190.0 with: ruby-version: ".ruby-version" bundler-cache: true @@ -44,7 +44,7 @@ jobs: uses: actions/checkout@v4.1.7 - name: Install Rust toolchain - uses: artichoke/setup-rust/audit@v1.11.0 + uses: artichoke/setup-rust/audit@v1.12.1 - name: Generate Cargo.lock run: | diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4f22bbfe..c895d700 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -25,7 +25,7 @@ jobs: uses: actions/checkout@v4.1.7 - name: Install Rust toolchain - uses: artichoke/setup-rust/build-and-test@v1.11.0 + uses: artichoke/setup-rust/build-and-test@v1.12.1 with: toolchain: stable @@ -56,7 +56,7 @@ jobs: uses: actions/checkout@v4.1.7 - name: Install Rust nightly toolchain - uses: artichoke/setup-rust/check-minimal-versions@v1.11.0 + uses: artichoke/setup-rust/check-minimal-versions@v1.12.1 with: toolchain: stable @@ -77,7 +77,7 @@ jobs: uses: actions/checkout@v4.1.7 - name: Install Rust toolchain - uses: artichoke/setup-rust/lint-and-format@v1.11.0 + uses: artichoke/setup-rust/lint-and-format@v1.12.1 with: toolchain: stable @@ -95,7 +95,7 @@ jobs: uses: actions/checkout@v4.1.7 - name: Install Ruby toolchain - uses: ruby/setup-ruby@1d0e911f615a112e322369596f10ee0b95b010ae # v1.183.0 + uses: ruby/setup-ruby@a6e6f86333f0a2523ece813039b8b4be04560854 # v1.190.0 with: ruby-version: ".ruby-version" bundler-cache: true @@ -111,7 +111,7 @@ jobs: uses: actions/checkout@v4.1.7 - name: Setup Node.js runtime - uses: actions/setup-node@v4.0.2 + uses: actions/setup-node@v4.0.3 with: node-version: "lts/*" diff --git a/.github/workflows/rustdoc.yaml b/.github/workflows/rustdoc.yaml index b396adfa..bfa9668b 100644 --- a/.github/workflows/rustdoc.yaml +++ b/.github/workflows/rustdoc.yaml @@ -26,7 +26,7 @@ jobs: uses: actions/checkout@v4.1.7 - name: Install Rust toolchain - uses: artichoke/setup-rust/rustdoc@v1.11.0 + uses: artichoke/setup-rust/rustdoc@v1.12.1 - name: Check docs with no default features run: cargo doc --workspace --no-default-features