Skip to content

Commit

Permalink
deps: Audit 12/09 (#1749)
Browse files Browse the repository at this point in the history
* Fix paths.

* Update deps.

* Update proto.

* Bump versions.
  • Loading branch information
milesj authored Dec 9, 2024
1 parent 717e6e9 commit fa43849
Show file tree
Hide file tree
Showing 9 changed files with 100 additions and 71 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
with:
auto-install: true
cache: ${{ runner.os == 'Linux' }}
proto-version: '0.43.0' # Keep in sync
proto-version: '0.43.1' # Keep in sync
- uses: mozilla-actions/[email protected]
if: ${{ vars.ENABLE_SCCACHE == 'true' }}
- name: Checking coverage status
Expand Down
9 changes: 9 additions & 0 deletions .yarn/versions/c3e5b313.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
releases:
"@moonrepo/cli": patch
"@moonrepo/core-linux-arm64-gnu": patch
"@moonrepo/core-linux-arm64-musl": patch
"@moonrepo/core-linux-x64-gnu": patch
"@moonrepo/core-linux-x64-musl": patch
"@moonrepo/core-macos-arm64": patch
"@moonrepo/core-macos-x64": patch
"@moonrepo/core-windows-x64-msvc": patch
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## Unreleased

#### 🐞 Fixes

- Fixed Python virtual env bin path not being available for tasks when `python.version` is not
defined.

#### ⚙️ Internal

- Updated proto to v0.43.1 (from 0.43.0).
- Updated dependencies.

## 1.30.4

#### 🐞 Fixes
Expand Down
Loading

0 comments on commit fa43849

Please sign in to comment.