File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Checkout
13
- uses : actions/checkout@v3
13
+ uses : actions/checkout@v4
14
14
15
15
- name : CHANGELOG.org -> CHANGELOG.md
16
16
uses : docker://pandoc/core:2.9
Original file line number Diff line number Diff line change 10
10
lint :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v3
13
+ - uses : actions/checkout@v4
14
14
15
15
- uses : purcell/setup-emacs@master
16
16
with :
Original file line number Diff line number Diff line change 69
69
if : runner.os == 'Linux'
70
70
run : " clangd-11 --version"
71
71
72
- - uses : actions/checkout@v3
72
+ - uses : actions/checkout@v4
73
73
74
74
- name : Grant execution permission
75
75
if : matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest'
You can’t perform that action at this time.
0 commit comments