diff options
| author | Mattias EngdegÄrd <mattias.engdegard@gmail.com> | 2026-02-05 11:51:00 +0100 |
|---|---|---|
| committer | Mattias EngdegÄrd <mattias.engdegard@gmail.com> | 2026-02-05 11:51:00 +0100 |
| commit | fc4d6b5ddae9eb2c8adc2b117e6f33f3a09a4e96 (patch) | |
| tree | 602b479625a56dd09f1546b68216000ad1263f83 | |
| parent | 1a818608cd9c6ee592731489759019e689facc1f (diff) | |
Github CI: upgrade actions/checkout from v5 to v6externals/xr
| -rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a18a339..56ea084 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@v5 + uses: actions/checkout@v6 - name: Byte-compile run: make build |
