Skip to content

Commit

Permalink
chore(deps): Bump the gha-deps group with 3 updates
Browse files Browse the repository at this point in the history
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](ruby/setup-ruby@1d0e911...a6e6f86)

Updates `artichoke/setup-rust` from 1.11.0 to 1.12.1
- [Release notes](https://github.com/artichoke/setup-rust/releases)
- [Commits](artichoke/setup-rust@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](actions/setup-node@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 1, 2024
1 parent 12d222e commit df1380c
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/audit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/[email protected]

- 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
Expand All @@ -44,7 +44,7 @@ jobs:
uses: actions/[email protected]

- 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: |
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: actions/[email protected]

- 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

Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
uses: actions/[email protected]

- 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
target: ${{ matrix.target }}
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
uses: actions/[email protected]

- 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: "1.58.0"

Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
uses: actions/[email protected]

- 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: nightly
target: ${{ matrix.target }}
Expand All @@ -166,12 +166,12 @@ jobs:
uses: actions/[email protected]

- 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: nightly

- 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

Expand All @@ -189,7 +189,7 @@ jobs:
uses: actions/[email protected]

- 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
Expand All @@ -205,7 +205,7 @@ jobs:
uses: actions/[email protected]

- name: Setup Node.js runtime
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
node-version: "lts/*"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/code-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/[email protected]

- name: Install nightly Rust toolchain
uses: artichoke/setup-rust/code-coverage@v1.11.0
uses: artichoke/setup-rust/code-coverage@v1.12.1

- name: Setup grcov
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/miri.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/[email protected]

- name: Install Rust toolchain
uses: artichoke/setup-rust/miri@v1.11.0
uses: artichoke/setup-rust/miri@v1.12.1
with:
toolchain: nightly

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rustdoc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/[email protected]

- 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
Expand Down

0 comments on commit df1380c

Please sign in to comment.