diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2026-03-28 17:22:15 +0100 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2026-03-28 17:22:15 +0100 |
| commit | a9a4e2af4f1174a2bf8c38f6c30880392ca50ea6 (patch) | |
| tree | b3c624be0dcc8f17219caca05796b0ba29a9d147 | |
| parent | ed148b6824df9045670cbc837edc5f6dec05813f (diff) | |
| parent | 7d94fe6d60f34f7ae668a6ab06f4238a08ac5dae (diff) | |
Merge branch 'main' into emacs-31
| -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 6326d29..d3e96ac 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -22,6 +22,8 @@ jobs: emacs-version: [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 }} |
