aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2023-01-03 23:39:13 +0100
committerDaniel Mendler <mail@daniel-mendler.de>2023-01-03 23:39:13 +0100
commit7a2ade6dbfb5f629b2067b09b477d1eb0f1cd85d (patch)
tree7329053a8e04ac0d3fd61ab0c7e4ef5c532946f8 /.github/workflows
parent03b56ea7990a3bc838aa418eef7bc3465b78788a (diff)
Update ci
Diffstat (limited to '.github/workflows')
-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 ef290bb..3805541 100644
--- a/.github/workflows/makefile.yml
+++ b/.github/workflows/makefile.yml
@@ -28,7 +28,7 @@ jobs:
- '28.1'
- 'snapshot'
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- uses: purcell/setup-emacs@master
with:
version: ${{ matrix.emacs-version }}