diff options
| -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 |
