Skip to content

Commit

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

Bump the gha-deps group with 3 updates
  • Loading branch information
lopopolo authored Jul 11, 2024
2 parents b546949 + 89d0017 commit 379a3a7
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/audit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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: |
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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/*"

Expand All @@ -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
Expand Down Expand Up @@ -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"

Expand Down Expand Up @@ -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
Expand All @@ -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/*"

Expand All @@ -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/*"

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/*"

Expand All @@ -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
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: Install emscripten target
run: rustup target add wasm32-unknown-emscripten
Expand Down

0 comments on commit 379a3a7

Please sign in to comment.