diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2026-03-28 17:22:03 +0100 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2026-03-28 17:22:03 +0100 |
| commit | 7d94fe6d60f34f7ae668a6ab06f4238a08ac5dae (patch) | |
| tree | 1ee84f791bccf7c69438302f96ca2633518f8a94 | |
| parent | 38df650dce9f862c6b523de5b683573df590ab85 (diff) | |
Update CI settings
| -rw-r--r-- | .github/workflows/makefile.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index c2bc49f..f6eeb1b 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -22,6 +22,8 @@ jobs: emacs-version: [24.4, 24.5, 25.1, 25.2, 25.3, 26.1, 26.2, 26.3, 27.1, 27.2, 28.1, 28.2, 29.1, 29.2, 29.3, 29.4, 30.1, snapshot] # release-snapshot steps: - uses: actions/checkout@v4 + with: + persist-credentials: false - uses: purcell/setup-emacs@master with: version: ${{ matrix.emacs-version }} |
