-
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 #168 from artichoke/dependabot/github_actions/gha-…
…deps-0b7dcd84d4 chore(deps): Bump the gha-deps group across 1 directory with 4 updates
- Loading branch information
Showing
6 changed files
with
12 additions
and
12 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@4a9ddd6f338a97768b8006bf671dfbad383215f4 # v1.207.0 | ||
uses: ruby/setup-ruby@2654679fe7f7c29875c669398a8ec0791b8a64a1 # v1.215.0 | ||
with: | ||
ruby-version: ".ruby-version" | ||
bundler-cache: true | ||
|
@@ -44,7 +44,7 @@ jobs: | |
uses: actions/[email protected] | ||
|
||
- name: Install Rust toolchain | ||
uses: artichoke/setup-rust/audit@v1.12.1 | ||
uses: artichoke/setup-rust/audit@v2.0.1 | ||
|
||
- name: Generate Cargo.lock | ||
run: | | ||
|
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 |
---|---|---|
|
@@ -33,7 +33,7 @@ jobs: | |
uses: actions/[email protected] | ||
|
||
- name: Install Rust toolchain | ||
uses: artichoke/setup-rust/build-and-test@v1.12.1 | ||
uses: artichoke/setup-rust/build-and-test@v2.0.1 | ||
with: | ||
toolchain: stable | ||
|
||
|
@@ -71,7 +71,7 @@ jobs: | |
uses: actions/[email protected] | ||
|
||
- name: Install Rust toolchain | ||
uses: artichoke/setup-rust/build-and-test@v1.12.1 | ||
uses: artichoke/setup-rust/build-and-test@v2.0.1 | ||
with: | ||
toolchain: "1.76.0" | ||
|
||
|
@@ -102,7 +102,7 @@ jobs: | |
uses: actions/[email protected] | ||
|
||
- name: Install Rust toolchain | ||
uses: artichoke/setup-rust/lint-and-format@v1.12.1 | ||
uses: artichoke/setup-rust/lint-and-format@v2.0.1 | ||
with: | ||
toolchain: stable | ||
|
||
|
@@ -120,7 +120,7 @@ jobs: | |
uses: actions/[email protected] | ||
|
||
- name: Install Ruby toolchain | ||
uses: ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4 # v1.207.0 | ||
uses: ruby/setup-ruby@2654679fe7f7c29875c669398a8ec0791b8a64a1 # v1.215.0 | ||
with: | ||
ruby-version: ".ruby-version" | ||
bundler-cache: true | ||
|
@@ -136,7 +136,7 @@ jobs: | |
uses: actions/[email protected] | ||
|
||
- name: Setup Node.js runtime | ||
uses: actions/setup-node@v4.1.0 | ||
uses: actions/setup-node@v4.2.0 | ||
with: | ||
node-version: "lts/*" | ||
|
||
|
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 |
---|---|---|
|
@@ -16,7 +16,7 @@ jobs: | |
uses: actions/[email protected] | ||
|
||
- name: Install Rust toolchain | ||
uses: artichoke/setup-rust/build-and-test@v1.12.1 | ||
uses: artichoke/setup-rust/build-and-test@v2.0.1 | ||
with: | ||
toolchain: nightly | ||
|
||
|
@@ -38,7 +38,7 @@ jobs: | |
uses: actions/[email protected] | ||
|
||
- name: Install Rust toolchain | ||
uses: artichoke/setup-rust/build-and-test@v1.12.1 | ||
uses: artichoke/setup-rust/build-and-test@v2.0.1 | ||
with: | ||
toolchain: nightly | ||
|
||
|
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 |
---|---|---|
|
@@ -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 | ||
|
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 |
---|---|---|
|
@@ -26,7 +26,7 @@ jobs: | |
uses: actions/[email protected] | ||
|
||
- name: Install Rust toolchain | ||
uses: artichoke/setup-rust/rustdoc@v1.12.1 | ||
uses: artichoke/setup-rust/rustdoc@v2.0.1 | ||
|
||
- name: Check docs with no default features | ||
run: cargo doc --workspace --no-default-features | ||
|