File tree 4 files changed +7
-7
lines changed
codespell-problem-matcher
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 13
13
name : Publish master image
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@v3
16
+ - uses : actions/checkout@v4
17
17
- name : Build
18
18
run : |
19
19
GITHUB_REPOSITORY_LC=$(echo "${GITHUB_REPOSITORY}" | tr [A-Z] [a-z])
Original file line number Diff line number Diff line change 10
10
name : Publish stable image
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v3
13
+ - uses : actions/checkout@v4
14
14
- name : Build
15
15
run : |
16
16
GITHUB_REPOSITORY_LC=$(echo "${GITHUB_REPOSITORY}" | tr [A-Z] [a-z])
Original file line number Diff line number Diff line change 19
19
20
20
steps :
21
21
- name : Checkout
22
- uses : actions/checkout@v3
22
+ uses : actions/checkout@v4
23
23
24
24
- name : Set up Python
25
25
uses : actions/setup-python@v4
48
48
name : Test run action
49
49
runs-on : ubuntu-latest
50
50
steps :
51
- - uses : actions/checkout@v3
51
+ - uses : actions/checkout@v4
52
52
- uses : ./
53
53
with :
54
54
path : test/testdata
58
58
name : Check for spelling errors
59
59
runs-on : ubuntu-latest
60
60
steps :
61
- - uses : actions/checkout@v3
61
+ - uses : actions/checkout@v4
62
62
- uses : ./
63
63
with :
64
64
check_filenames : true
86
86
include :
87
87
- codespell_pip_version : ' git+https://github.com/codespell-project/codespell.git'
88
88
steps :
89
- - uses : actions/checkout@v3
89
+ - uses : actions/checkout@v4
90
90
- name : Set up Python
91
91
uses : actions/setup-python@v4
92
92
- run : pip3 --quiet --quiet install ${{ matrix.codespell_pip_version }}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: 'codespell problem matcher'
2
2
author : ' Peter Newman'
3
3
description : ' Shows codespell errors as annotation (with file and code line) in GitHub Actions'
4
4
runs :
5
- using : ' node12 '
5
+ using : ' node20 '
6
6
main : ' index.js'
7
7
branding :
8
8
icon : ' search'
You can’t perform that action at this time.
0 commit comments