Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/appimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7
- uses: dtolnay/rust-toolchain@stable
- name: Install build dependencies
# Development headers for the dynamically-linked runtime stack:
Expand All @@ -52,7 +52,7 @@ jobs:
- name: Locate artifact
id: artifact
run: echo "path=$(ls Copperline-*.AppImage | head -n1)" >> "$GITHUB_OUTPUT"
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v7
with:
name: copperline-appimage
path: ${{ steps.artifact.outputs.path }}
Expand Down
314 changes: 216 additions & 98 deletions .github/workflows/ci.yml

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions .github/workflows/docs-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- uses: actions/checkout@v7
- uses: actions/setup-node@v7
with:
node-version: 20
node-version: 24
- name: Install MyST CLI
run: npm install -g mystmd
- name: Install Typst (PDF renderer)
Expand All @@ -55,7 +55,7 @@ jobs:
out="Copperline-$ver-manual.pdf"
cp docs/_build/exports/copperline.pdf "$out"
echo "path=$out" >> "$GITHUB_OUTPUT"
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v7
with:
name: copperline-docs-pdf
path: ${{ steps.asset.outputs.path }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/docs-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
# No Typst/PDF here, so plain ubuntu is enough (unlike docs-release.yml).
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- uses: actions/checkout@v7
- uses: actions/setup-node@v7
with:
node-version: 20
node-version: 24
- name: Install MyST CLI
run: npm install -g mystmd
- name: Build HTML
Expand All @@ -51,7 +51,7 @@ jobs:
's{</head>}{<script data-goatcounter="https://linuxjedi.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>\n</head>}'
grep -q 'data-goatcounter' _build/html/index.html
- name: Check out the website repository
uses: actions/checkout@v4
uses: actions/checkout@v7
with:
repository: LinuxJedi/copperline.github.io
ssh-key: ${{ secrets.SITE_DEPLOY_KEY }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/flatpak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
name: cargo-sources.json is current
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7
- name: Regenerate and diff
run: |
./packaging/flatpak/generate-cargo-sources.sh
Expand All @@ -48,7 +48,7 @@ jobs:
image: ghcr.io/flathub-infra/flatpak-github-actions:freedesktop-24.08
options: --privileged
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6
with:
bundle: copperline.flatpak
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/homebrew.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
name: Style and audit
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7
- uses: Homebrew/actions/setup-homebrew@main
- name: Style
run: brew style "$GITHUB_WORKSPACE/Formula/copperline.rb"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux-present.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
name: Vulkan present smoke test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7
- uses: dtolnay/rust-toolchain@stable
- name: Install dependencies
# Build: ALSA (cpal) + udev (gilrs). Runtime: software Vulkan (Mesa
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/locks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
name: Committed lockfiles resolve with --locked
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7
- uses: dtolnay/rust-toolchain@stable
# cargo tree resolves the full dependency graph without compiling
# anything, and --locked turns any would-be lockfile update into an
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7
- uses: dtolnay/rust-toolchain@stable
with:
# Both Apple architectures so build-dmg.sh can lipo a universal binary.
Expand All @@ -66,7 +66,7 @@ jobs:
- name: Locate artifact
id: artifact
run: echo "path=$(ls Copperline-*-macos-universal.dmg | head -n1)" >> "$GITHUB_OUTPUT"
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v7
with:
name: copperline-macos
path: ${{ steps.artifact.outputs.path }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/wasm-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
name: Build and publish the browser demo
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7
- name: Install the wasm target
run: rustup target add wasm32-unknown-unknown
- name: Install wasm-bindgen-cli
Expand All @@ -49,7 +49,7 @@ jobs:
target/wasm32-unknown-unknown/release/copperline_web.wasm
test -s pkg/copperline_web_bg.wasm
- name: Check out the website repository
uses: actions/checkout@v4
uses: actions/checkout@v7
with:
repository: LinuxJedi/copperline.github.io
ssh-key: ${{ secrets.SITE_DEPLOY_KEY }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7
- uses: dtolnay/rust-toolchain@stable
with:
targets: x86_64-pc-windows-msvc
Expand All @@ -66,7 +66,7 @@ jobs:
run: |
$zip = Get-ChildItem Copperline-*-win-x64.zip | Select-Object -First 1
"path=$($zip.Name)" >> $env:GITHUB_OUTPUT
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v7
with:
name: copperline-windows
path: ${{ steps.artifact.outputs.path }}
Expand Down
Loading