Skip to content

Commit

Permalink
chore(deps): Bump the gha-deps group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the gha-deps group with 2 updates: [artichoke/setup-rust](https://github.com/artichoke/setup-rust) and [crazy-max/ghaction-github-labeler](https://github.com/crazy-max/ghaction-github-labeler).


Updates `artichoke/setup-rust` from 2.0.0 to 2.0.1
- [Release notes](https://github.com/artichoke/setup-rust/releases)
- [Commits](artichoke/setup-rust@v2.0.0...v2.0.1)

Updates `crazy-max/ghaction-github-labeler` from 5.1.0 to 5.2.0
- [Release notes](https://github.com/crazy-max/ghaction-github-labeler/releases)
- [Commits](crazy-max/ghaction-github-labeler@b54af0c...31674a3)

---
updated-dependencies:
- dependency-name: artichoke/setup-rust
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gha-deps
- dependency-name: crazy-max/ghaction-github-labeler
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gha-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 2, 2025
1 parent bcecb36 commit a6d45ea
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/audit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
uses: actions/checkout@v4.2.2

- name: Install Rust toolchain
uses: artichoke/setup-rust/audit@v2.0.0
uses: artichoke/setup-rust/audit@v2.0.1

- name: Generate Cargo.lock
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions/checkout@v4.2.2

- name: Install Rust toolchain
uses: artichoke/setup-rust/build-and-test@v2.0.0
uses: artichoke/setup-rust/build-and-test@v2.0.1
with:
toolchain: stable

Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
uses: actions/checkout@v4.2.2

- name: Install Rust toolchain
uses: artichoke/setup-rust/build-and-test@v2.0.0
uses: artichoke/setup-rust/build-and-test@v2.0.1
with:
toolchain: "1.81.0"

Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
uses: actions/checkout@v4.2.2

- name: Install Rust toolchain
uses: artichoke/setup-rust/lint-and-format@v2.0.0
uses: artichoke/setup-rust/lint-and-format@v2.0.1
with:
toolchain: stable

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 @@ -25,7 +25,7 @@ jobs:
persist-credentials: false

- name: Install nightly Rust toolchain
uses: artichoke/setup-rust/code-coverage@v2.0.0
uses: artichoke/setup-rust/code-coverage@v2.0.1

- name: Setup grcov
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/repo-labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v4.2.2

- name: Sync GitHub Issue Labels
uses: crazy-max/ghaction-github-labeler@b54af0c25861143e7c8813d7cbbf46d2c341680c # v5.1.0
uses: crazy-max/ghaction-github-labeler@31674a3852a9074f2086abcf1c53839d466a47e7 # v5.2.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
yaml-file: .github/labels.yaml
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/checkout@v4.2.2

- name: Install Rust toolchain
uses: artichoke/setup-rust/rustdoc@v2.0.0
uses: artichoke/setup-rust/rustdoc@v2.0.1

- name: Check docs with no default features
run: cargo doc --workspace --no-default-features
Expand Down

0 comments on commit a6d45ea

Please sign in to comment.