aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2023-09-05 11:09:34 +0200
committerDaniel Mendler <mail@daniel-mendler.de>2023-09-08 21:48:30 +0200
commit3a6a2b1939ef454d06ffe42ea17c99c442e7f89e (patch)
treec0f26a8f6f3c79e016dc7d41ddf3726f4aded786
parent8f1c84745fc75e5db5ab109048b8743d364bd3e5 (diff)
CI: Update actions/checkout
-rw-r--r--.github/workflows/makefile.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml
index 027cc2d..89aac7e 100644
--- a/.github/workflows/makefile.yml
+++ b/.github/workflows/makefile.yml
@@ -35,7 +35,7 @@ jobs:
- 'release-snapshot'
- 'snapshot'
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- uses: purcell/setup-emacs@master
with:
version: ${{ matrix.emacs-version }}