File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -29,10 +29,10 @@ jobs:
29
29
# Some tests require exactly-expected line endings
30
30
- run : git config --global core.autocrlf input
31
31
32
- - uses : actions/checkout@v3
32
+ - uses : actions/checkout@v4
33
33
34
34
- name : Set up JDK ${{ matrix.java }}
35
- uses : actions/setup-java@v3
35
+ uses : actions/setup-java@v4
36
36
with :
37
37
java-version : ${{ matrix.java }}
38
38
distribution : ' temurin'
Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ jobs:
23
23
# Some tests require exactly-expected line endings
24
24
- run : git config --global core.autocrlf input
25
25
26
- - uses : actions/checkout@v3
26
+ - uses : actions/checkout@v4
27
27
28
28
- name : Set up JDK 8
29
- uses : actions/setup-java@v3
29
+ uses : actions/setup-java@v4
30
30
with :
31
31
java-version : ' 8'
32
32
distribution : ' temurin'
@@ -45,10 +45,10 @@ jobs:
45
45
# Some tests require exactly-expected line endings
46
46
- run : git config --global core.autocrlf input
47
47
48
- - uses : actions/checkout@v3
48
+ - uses : actions/checkout@v4
49
49
50
50
- name : Set up JDK 11
51
- uses : actions/setup-java@v3
51
+ uses : actions/setup-java@v4
52
52
with :
53
53
java-version : ' 11'
54
54
distribution : ' temurin'
Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
16
16
steps :
17
- - uses : actions/checkout@v3
17
+ - uses : actions/checkout@v4
18
18
- run : pip install codespell
19
19
- run : codespell --count --ignore-words=Misc/codespell/words.ignore
20
20
NEWS README.md README.txt LICENSE.txt Misc/INDEX Misc/codespell/README
Original file line number Diff line number Diff line change @@ -28,10 +28,10 @@ jobs:
28
28
# Some tests require exactly-expected line endings
29
29
- run : git config --global core.autocrlf input
30
30
31
- - uses : actions/checkout@v3
31
+ - uses : actions/checkout@v4
32
32
33
33
- name : Set up JDK 8
34
- uses : actions/setup-java@v3
34
+ uses : actions/setup-java@v4
35
35
with :
36
36
java-version : ' 8'
37
37
distribution : ' temurin'
You can’t perform that action at this time.
0 commit comments