Skip to content

Commit

Permalink
Merge pull request #8 from tralph3/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…checkout-4

Bump actions/checkout from 2 to 4
  • Loading branch information
tralph3 authored Aug 25, 2024
2 parents fa30094 + b8fda88 commit 2955254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
- uses: purcell/setup-emacs@master
with:
version: 29.1
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Run tests
run: |
emacs -Q -batch -l ert -l conner.el -l conner-tests.el -f ert-run-tests-batch-and-exit

0 comments on commit 2955254

Please sign in to comment.