Skip to content

Commit 7bb4ed2

Browse files
committed
Merge branch 'master' into resize-windows
2 parents 036e5c3 + cfe80ac commit 7bb4ed2

File tree

226 files changed

+18540
-3315
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

226 files changed

+18540
-3315
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- master
77
merge_group:
88
schedule:
9-
- cron: '00 01 * * *'
9+
- cron: "00 01 * * *"
1010

1111
jobs:
1212
check:
@@ -17,10 +17,7 @@ jobs:
1717
- name: Checkout sources
1818
uses: actions/checkout@v4
1919
- name: Install stable toolchain
20-
uses: helix-editor/rust-toolchain@v1
21-
with:
22-
profile: minimal
23-
override: true
20+
uses: dtolnay/[email protected]
2421

2522
- uses: Swatinem/rust-cache@v2
2623
with:
@@ -119,4 +116,3 @@ jobs:
119116
git diff-files --quiet \
120117
|| (echo "Run 'cargo xtask docgen', commit the changes and push again" \
121118
&& exit 1)
122-

.github/workflows/cachix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
uses: actions/checkout@v4
1515

1616
- name: Install nix
17-
uses: cachix/install-nix-action@v26
17+
uses: cachix/install-nix-action@V27
1818

1919
- name: Authenticate with Cachix
20-
uses: cachix/cachix-action@v14
20+
uses: cachix/cachix-action@v15
2121
with:
2222
name: helix
2323
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}

CHANGELOG.md

Lines changed: 204 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)