branch: externals/compat commit 7a2ade6dbfb5f629b2067b09b477d1eb0f1cd85d Author: Daniel Mendler <m...@daniel-mendler.de> Commit: Daniel Mendler <m...@daniel-mendler.de>
Update ci --- .github/workflows/makefile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index ef290bbbc0..3805541e4a 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -28,7 +28,7 @@ jobs: - '28.1' - 'snapshot' steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: purcell/setup-emacs@master with: version: ${{ matrix.emacs-version }}