Skip to content

Commit

Permalink
Merge pull request #272 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 3c02090 + d38c91b commit 0f8cef6
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 @@ -49,7 +49,7 @@ jobs:
persist-credentials: false

- name: Install Rust toolchain
uses: artichoke/setup-rust/[email protected].0
uses: artichoke/setup-rust/[email protected].1

- name: Generate Cargo.lock
run: |
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
persist-credentials: false

- name: Install Rust toolchain
uses: artichoke/setup-rust/[email protected].0
uses: artichoke/setup-rust/[email protected].1
with:
toolchain: stable

Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
persist-credentials: false

- name: Install Rust toolchain
uses: artichoke/setup-rust/[email protected].0
uses: artichoke/setup-rust/[email protected].1
with:
toolchain: "1.83.0"

Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
persist-credentials: false

- name: Install Rust toolchain
uses: artichoke/setup-rust/[email protected].0
uses: artichoke/setup-rust/[email protected].1
with:
toolchain: stable

Expand All @@ -115,7 +115,7 @@ jobs:
persist-credentials: false

- name: Install Rust toolchain
uses: artichoke/setup-rust/[email protected].0
uses: artichoke/setup-rust/[email protected].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/[email protected].0
uses: artichoke/setup-rust/[email protected].1

- name: Setup grcov
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/fuzz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
persist-credentials: false

- name: Install Rust toolchain
uses: artichoke/setup-rust/[email protected].0
uses: artichoke/setup-rust/[email protected].1
with:
toolchain: nightly

Expand All @@ -41,7 +41,7 @@ jobs:
persist-credentials: false

- name: Install Rust toolchain
uses: artichoke/setup-rust/[email protected].0
uses: artichoke/setup-rust/[email protected].1
with:
toolchain: nightly

Expand All @@ -64,7 +64,7 @@ jobs:
persist-credentials: false

- name: Install Rust toolchain
uses: artichoke/setup-rust/[email protected].0
uses: artichoke/setup-rust/[email protected].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 @@ -29,7 +29,7 @@ jobs:
persist-credentials: false

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

- name: Install Rust toolchain
uses: artichoke/setup-rust/[email protected].0
uses: artichoke/setup-rust/[email protected].1

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

0 comments on commit 0f8cef6

Please sign in to comment.