Skip to content

Commit

Permalink
Merge pull request #41 from tweedegolf/dependabot/github_actions/ci-d…
Browse files Browse the repository at this point in the history
…ependencies-694da476e0

Bump dtolnay/rust-toolchain from 21dc36fb71dd22e3317045c0c31a3f4249868b17 to 7b1c307e0dcbda6122208f10795a713336a9b35a in the ci-dependencies group
  • Loading branch information
tdittr authored Aug 30, 2024
2 parents c6a5032 + 0224b79 commit 20168c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: npm ci
working-directory: frontend
- name: Install rust toolchain
uses: dtolnay/rust-toolchain@21dc36fb71dd22e3317045c0c31a3f4249868b17
uses: dtolnay/rust-toolchain@7b1c307e0dcbda6122208f10795a713336a9b35a
with:
toolchain: "stable"
- name: Rust cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: npm ci
working-directory: frontend
- name: Install toolchain
uses: dtolnay/rust-toolchain@21dc36fb71dd22e3317045c0c31a3f4249868b17
uses: dtolnay/rust-toolchain@7b1c307e0dcbda6122208f10795a713336a9b35a
with:
toolchain: "stable"
- name: Rust cache
Expand Down

0 comments on commit 20168c0

Please sign in to comment.