Skip to content

Commit

Permalink
Update mirror.yml (#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle authored Jun 16, 2024
1 parent 0bdaba9 commit c4c22ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
npx @bazel/buildifier lint/ruff_versions.bzl
bazel run docs:update
- name: Download and Extract Latest Multitool
run: wget -O- https://github.com/theoremlp/multitool/releases/v0.4.0/download/multitool-x86_64-unknown-linux-gnu.tar.xz | tar --strip-components=1 -xJf -
run: wget -O- https://github.com/theoremlp/multitool/releases/download/v0.4.0/multitool-x86_64-unknown-linux-gnu.tar.xz | tar --strip-components=1 -xJf -
- name: Find Updates and Render Lockfile
run: |
./multitool --lockfile lint/multitool.lock.json update
Expand Down

0 comments on commit c4c22ac

Please sign in to comment.