This repository was archived by the owner on Mar 24, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 10
10
reviewdog :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v2
13
+ - uses : actions/checkout@v4
14
14
- uses : reviewdog/action-depup@v1
15
15
id : depup
16
16
with :
Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- name : Checkout repository
15
- uses : actions/checkout@v2
15
+ uses : actions/checkout@v4
16
16
with :
17
17
token : ${{ secrets.PAT }}
18
18
Original file line number Diff line number Diff line change 18
18
publish :
19
19
runs-on : ubuntu-latest
20
20
steps :
21
- - uses : actions/checkout@v2
21
+ - uses : actions/checkout@v4
22
22
23
23
- uses : actions/setup-python@v4
24
24
with :
Original file line number Diff line number Diff line change 14
14
if : github.event.action != 'labeled'
15
15
runs-on : ubuntu-latest
16
16
steps :
17
- - uses : actions/checkout@v2
17
+ - uses : actions/checkout@v4
18
18
19
19
# Bump version on merging Pull Requests with specific labels.
20
20
# (bump:major,bump:minor,bump:patch)
53
53
if : github.event.action == 'labeled'
54
54
runs-on : ubuntu-latest
55
55
steps :
56
- - uses : actions/checkout@v2
56
+ - uses : actions/checkout@v4
57
57
- name : Post bumpr status comment
58
58
uses : haya14busa/action-bumpr@v1
Original file line number Diff line number Diff line change 9
9
name : runner / shellcheck
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v2
12
+ - uses : actions/checkout@v4
13
13
- uses : haya14busa/action-cond@v1
14
14
id : reporter
15
15
with :
26
26
name : runner / misspell
27
27
runs-on : ubuntu-latest
28
28
steps :
29
- - uses : actions/checkout@v2
29
+ - uses : actions/checkout@v4
30
30
- uses : reviewdog/action-misspell@v1
31
31
with :
32
32
github_token : ${{ secrets.github_token }}
38
38
name : runner / alex
39
39
runs-on : ubuntu-latest
40
40
steps :
41
- - uses : actions/checkout@v2
41
+ - uses : actions/checkout@v4
42
42
- uses : reviewdog/action-alex@v1
43
43
with :
44
44
github_token : ${{ secrets.github_token }}
Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ jobs:
13
13
python-version : [3.7]
14
14
steps :
15
15
# Checkout this repo and Python Package Template repo for validation testing.
16
- - uses : actions/checkout@v2
16
+ - uses : actions/checkout@v4
17
17
with :
18
18
repository : microsoft/python-package-template
19
19
path : pyproject
20
20
clean : true
21
- - uses : actions/checkout@v3
21
+ - uses : actions/checkout@v4
22
22
with :
23
23
path : pyaction
24
24
clean : true
Original file line number Diff line number Diff line change 27
27
- tools : pytest
28
28
args : -m integration
29
29
steps :
30
- - uses : actions/checkout@v2
30
+ - uses : actions/checkout@v4
31
31
- uses : Azure/login@v1.4.7
32
32
continue-on-error : true
33
33
with :
You can’t perform that action at this time.
0 commit comments