-
-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automated update #130
base: main
Are you sure you want to change the base?
Automated update #130
Conversation
@@ -25,7 +25,7 @@ jobs: | |||
steps: | |||
- uses: actions/checkout@v4 | |||
|
|||
- uses: cachix/install-nix-action@V27 | |||
- uses: cachix/install-nix-action@v30 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Woot! 🚀
bc34287
to
01a1605
Compare
@infinisil, any insight on the build break this causes? 😵 |
anyhow = "1.0" | ||
lazy_static = "1.5.0" | ||
colored = "2.1.0" | ||
itertools = "0.13.0" | ||
rowan = "0.15.16" | ||
rowan = "0.16.1" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@philiptaron This appears to be the problem, because rnix
uses rowan < 0.16
, leading to two versions of rowan being used, which then fail to interact. Unfortunately just downgrading this would lead to the update script just updating it again next time, possibly caused due to
Lines 111 to 112 in 700a0b2
# --incompatible allows jumping to the next major version. | |
cargo upgrade --incompatible --manifest-path "$1/Cargo.toml" 2>&1 |
cargo changes
cargo upgrade
cargo update
cargo outdated
cargo audit
GitHub Action updates
Bumps the actions group with 2 updates: peter-evans/create-pull-request and cachix/install-nix-action.
Updates
peter-evans/create-pull-request
from 6 to 7Release notes
Sourced from peter-evans/create-pull-request's releases.
... (truncated)
Commits
5e91468
fix: support symlinks when commit signing (#3359)2f38cd2
fix: support submodules when commit signing (#3354)7a8aeac
build(deps-dev): bump eslint from 8.57.0 to 8.57.1 (#3344)d39d596
build(deps-dev): bump@types/jest
from 29.5.12 to 29.5.13 (#3343)f6f978f
docs: correct suggestion for bot setup (#3342)6cd32fd
fix: disable abbreviated commit shas in diff (#3337)d121e62
fix: disable diff detection for renames and copies (#3330)f4d66f4
build(deps-dev): bump typescript from 5.5.4 to 5.6.2 (#3319)488c869
build(deps-dev): bump@types/node
from 18.19.48 to 18.19.50 (#3320)5354f85
docs: update readmeUpdates
cachix/install-nix-action
from V27 to 30Release notes
Sourced from cachix/install-nix-action's releases.
Commits
08dcb3a
Merge pull request #217 from Enzime/bump4204e15
nix: 2.24.8 -> 2.24.96a10e2e
Merge pull request #216 from Mic92/nix-bump2bb614e
Nix: 2.24.7 -> 2.24.89f70348
Merge pull request #215 from Mic92/nix-bump4f91dc2
Nix: 2.24.6 -> 2.24.73715ab1
bump channel1872f1f
Nix: 2.22.1 -> 2.24.6e268b7a
Merge pull request #213 from phaer/patch-15b8c65d
Update README: hardware accel is available now...npins changes