-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #52 from artichoke/dependabot/github_actions/gha-d…
…eps-104ee7eab6 Bump the gha-deps group with 4 updates
- Loading branch information
Showing
5 changed files
with
10 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -44,15 +44,15 @@ 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: | | ||
if [[ ! -f "Cargo.lock" ]]; then | ||
cargo generate-lockfile --verbose | ||
fi | ||
- uses: EmbarkStudios/cargo-deny-action@3f4a782664881cf5725d0ffd23969fcce89fd868 # v1.6.3 | ||
- uses: EmbarkStudios/cargo-deny-action@8371184bd11e21dcf8ac82ebf8c9c9f74ebf7268 # v2.0.1 | ||
with: | ||
arguments: --locked --all-features | ||
command: check ${{ matrix.checks }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,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 | ||
|
||
|
@@ -65,7 +65,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.60.0" | ||
|
||
|
@@ -108,7 +108,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 | ||
|
||
|
@@ -154,7 +154,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 | ||
|
||
|
@@ -172,7 +172,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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters