Skip to content

Commit

Permalink
Merge pull request #299 from artichoke/dependabot/github_actions/gha-…
Browse files Browse the repository at this point in the history
…deps-1fcac4e2a6

chore(deps): Bump the gha-deps group with 2 updates
  • Loading branch information
lopopolo authored Feb 2, 2025
2 parents 8f424cf + e66c078 commit 1c75c59
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 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
12 changes: 6 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,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 @@ -71,7 +71,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
target: ${{ matrix.target }}
Expand Down Expand Up @@ -107,7 +107,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.76.0"

Expand Down Expand Up @@ -145,7 +145,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: nightly
target: ${{ matrix.target }}
Expand All @@ -168,12 +168,12 @@ 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: nightly

- 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/miri.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v4.2.2

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

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 1c75c59

Please sign in to comment.