branch: externals/xr commit 6922bf2111c4e89527659cdb05bc48801ee10407 Author: Mattias EngdegÄrd <mattias.engdeg...@gmail.com> Commit: Mattias EngdegÄrd <mattias.engdeg...@gmail.com>
Github CI: upgrade actions/checkout from v4 to v5 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 948cae9708..7ff34a927a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,7 +28,7 @@ jobs: version: ${{matrix.emacs_version}} - name: Check out xr - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Byte-compile run: make build