branch: externals/relint commit eb86eb54548c3d59c6a5b2a05ec6ae997ee48c05 Author: Mattias EngdegÄrd <mattias.engdeg...@gmail.com> Commit: Mattias EngdegÄrd <mattias.engdeg...@gmail.com>
GitHub CI: run on Emacs 30.2; use actions/checkout v5 --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c4c79f940a..d474186676 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,7 +19,7 @@ jobs: - "27.2" - "28.2" - "29.4" - - "30.1" + - "30.2" - snapshot steps: - name: Set up Emacs @@ -28,7 +28,7 @@ jobs: version: ${{matrix.emacs_version}} - name: Check out relint - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: path: relint