diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 941892f..bd864de 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -26,6 +26,6 @@ jobs: with: version: ${{ matrix.emacs }} - run: pip install beancount - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - run: make compile - run: make test