branch: externals/compat commit 3a6a2b1939ef454d06ffe42ea17c99c442e7f89e Author: Daniel Mendler <m...@daniel-mendler.de> Commit: Daniel Mendler <m...@daniel-mendler.de>
CI: Update actions/checkout --- .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 027cc2d5aa..89aac7e3db 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -35,7 +35,7 @@ jobs: - 'release-snapshot' - 'snapshot' steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: purcell/setup-emacs@master with: version: ${{ matrix.emacs-version }}