We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c52e91d + 1a9a27b commit c0ddac0Copy full SHA for c0ddac0
1 file changed
.github/workflows/test.yml
@@ -13,7 +13,7 @@ jobs:
13
- uses: purcell/setup-emacs@master
14
with:
15
version: 29.1
16
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
17
- name: Run tests
18
run: make package-lint
19
@@ -41,7 +41,7 @@ jobs:
41
42
43
version: ${{ matrix.emacs_version }}
44
45
- name: Install deps for tests
46
run: nix profile install 'nixpkgs#shfmt'
47
0 commit comments