Skip to content

Commit

Permalink
Merge pull request #204 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 fcbf7c7 + c5ee9dd commit b90e064
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/[email protected]

- 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
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/[email protected]

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

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

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

- 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
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/[email protected]

- 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/[email protected]

- 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 b90e064

Please sign in to comment.