diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f9538f5..e2b49ed 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,7 +6,7 @@ jobs: build: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - run: ./cli.sh configure_system - run: ./cli.sh install_apps - run: ./cli.sh install_systemd