diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a37643d..e92d211 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -89,9 +89,9 @@ jobs: build-deb: name: Build Debian Package runs-on: linux - container: debian:bookworm + container: node:18 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: fetch-depth: 0 - uses: dtolnay/rust-toolchain@stable