-
Notifications
You must be signed in to change notification settings - Fork 7
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 #1148 from artichoke/dependabot/github_actions/gha…
…-deps-60d8ae0221 Bump the gha-deps group with 3 updates
- Loading branch information
Showing
4 changed files
with
14 additions
and
14 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 |
---|---|---|
|
@@ -33,7 +33,7 @@ jobs: | |
uses: actions/[email protected] | ||
|
||
- name: Install Ruby toolchain | ||
uses: ruby/setup-ruby@1d0e911f615a112e322369596f10ee0b95b010ae # v1.183.0 | ||
uses: ruby/setup-ruby@161cd54b698f1fb3ea539faab2e036d409550e3c # v1.187.0 | ||
with: | ||
ruby-version: ".ruby-version" | ||
bundler-cache: true | ||
|
@@ -58,7 +58,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: | | ||
|
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 |
---|---|---|
|
@@ -28,7 +28,7 @@ jobs: | |
id: toolchain_versions | ||
|
||
- 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.72.1" | ||
target: "wasm32-unknown-emscripten" | ||
|
@@ -60,7 +60,7 @@ jobs: | |
id: toolchain_versions | ||
|
||
- name: Install Node.js toolchain | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].3 | ||
with: | ||
node-version: "lts/*" | ||
|
||
|
@@ -71,13 +71,13 @@ jobs: | |
run: npm ci | ||
|
||
- 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.72.1" | ||
target: "wasm32-unknown-emscripten" | ||
|
||
- name: Install Ruby toolchain | ||
uses: ruby/setup-ruby@1d0e911f615a112e322369596f10ee0b95b010ae # v1.183.0 | ||
uses: ruby/setup-ruby@161cd54b698f1fb3ea539faab2e036d409550e3c # v1.187.0 | ||
with: | ||
ruby-version: ".ruby-version" | ||
bundler-cache: true | ||
|
@@ -115,7 +115,7 @@ jobs: | |
id: toolchain_versions | ||
|
||
- 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: "1.72.1" | ||
|
||
|
@@ -147,7 +147,7 @@ jobs: | |
uses: actions/[email protected] | ||
|
||
- name: Install Ruby toolchain | ||
uses: ruby/setup-ruby@1d0e911f615a112e322369596f10ee0b95b010ae # v1.183.0 | ||
uses: ruby/setup-ruby@161cd54b698f1fb3ea539faab2e036d409550e3c # v1.187.0 | ||
with: | ||
ruby-version: ".ruby-version" | ||
bundler-cache: true | ||
|
@@ -163,7 +163,7 @@ jobs: | |
uses: actions/[email protected] | ||
|
||
- name: Install Node.js toolchain | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].3 | ||
with: | ||
node-version: "lts/*" | ||
|
||
|
@@ -189,7 +189,7 @@ jobs: | |
uses: actions/[email protected] | ||
|
||
- name: Install Node.js toolchain | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].3 | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ jobs: | |
id: toolchain_versions | ||
|
||
- name: Install Node.js toolchain | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].3 | ||
with: | ||
node-version: "lts/*" | ||
|
||
|
@@ -41,13 +41,13 @@ jobs: | |
run: npm ci | ||
|
||
- 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.72.1" | ||
target: "wasm32-unknown-emscripten" | ||
|
||
- name: Install Ruby toolchain | ||
uses: ruby/setup-ruby@1d0e911f615a112e322369596f10ee0b95b010ae # v1.183.0 | ||
uses: ruby/setup-ruby@161cd54b698f1fb3ea539faab2e036d409550e3c # v1.187.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 |
---|---|---|
|
@@ -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: Install emscripten target | ||
run: rustup target add wasm32-unknown-emscripten | ||
|