Skip to content

Commit

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

chore(deps): Bump the gha-deps group with 3 updates
  • Loading branch information
lopopolo authored Aug 14, 2024
2 parents 3e82f4f + 1aa8c58 commit 86fd4f8
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 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
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,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: "1.58.0"

Expand Down Expand Up @@ -102,7 +102,7 @@ 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: stable

Expand All @@ -120,7 +120,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 @@ -136,7 +136,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
4 changes: 2 additions & 2 deletions .github/workflows/fuzz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,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

Expand All @@ -38,7 +38,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

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 86fd4f8

Please sign in to comment.