Skip to content

Commit

Permalink
Always use latest checkout github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Silex committed Aug 5, 2024
1 parent 0b547ca commit f3adbf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: curl -fsSL https://raw.github.com/doublep/eldev/master/webinstall/github-eldev | sh

- name: Check out the source code
uses: actions/checkout@v3
uses: actions/checkout@main

- name: Test byte compilation against MELPA ${{ matrix.melpa_version }}
run: eldev -dtT -C --${{ matrix.melpa_version }} compile --warnings-as-errors

0 comments on commit f3adbf4

Please sign in to comment.