diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 048b7de..1c1b97f 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -18,8 +18,8 @@ jobs: LISP: sbcl-bin steps: - - uses: actions/checkout@v1 - - uses: 40ants/setup-lisp@v1 + - uses: actions/checkout@v4 + - uses: 40ants/setup-lisp@v3 - uses: 40ants/build-docs@v1 with: asdf-system: docs diff --git a/action.yml b/action.yml index c0bebe9..0ea12ab 100644 --- a/action.yml +++ b/action.yml @@ -15,7 +15,7 @@ runs: using: composite steps: - name: Install cl-coveralls - shell: bash + shell: lispsh -eo pipefail {0} run: | echo '::group::Installing cl-coveralls' # Until this pull merged: @@ -25,7 +25,7 @@ runs: echo '::endgroup::' - name: Run Tests - shell: bash + shell: lispsh -eo pipefail {0} run: | qlot exec ${{ github.action_path }}/run-tests.ros ${{ inputs.asdf-system }} <