diff options
| author | Mattias EngdegÄrd <mattias.engdegard@gmail.com> | 2026-02-05 11:51:30 +0100 |
|---|---|---|
| committer | Mattias EngdegÄrd <mattias.engdegard@gmail.com> | 2026-02-05 11:51:30 +0100 |
| commit | 04515f5ffd2b0e4d8e638fbcd0af8954b8113d9b (patch) | |
| tree | 04732d94ae0bd9d52b464f94573c648bf26dac2f | |
| parent | 03a881ce58c083b280da53e231487b2e0cf5eac4 (diff) | |
Github CI: upgrade actions/checkout from v5 to v6externals/relint
| -rw-r--r-- | .github/workflows/test.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d474186..2f902a2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,12 +28,12 @@ jobs: version: ${{matrix.emacs_version}} - name: Check out relint - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: path: relint - name: Check out xr - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: repository: mattiase/xr path: xr |
