This repository was archived by the owner on Mar 24, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 reviewdog :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v2
13+ - uses : actions/checkout@v4
1414 - uses : reviewdog/action-depup@v1
1515 id : depup
1616 with :
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Checkout repository
15- uses : actions/checkout@v2
15+ uses : actions/checkout@v4
1616 with :
1717 token : ${{ secrets.PAT }}
1818
Original file line number Diff line number Diff line change 1818 publish :
1919 runs-on : ubuntu-latest
2020 steps :
21- - uses : actions/checkout@v2
21+ - uses : actions/checkout@v4
2222
2323 - uses : actions/setup-python@v4
2424 with :
Original file line number Diff line number Diff line change 1414 if : github.event.action != 'labeled'
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v2
17+ - uses : actions/checkout@v4
1818
1919 # Bump version on merging Pull Requests with specific labels.
2020 # (bump:major,bump:minor,bump:patch)
5353 if : github.event.action == 'labeled'
5454 runs-on : ubuntu-latest
5555 steps :
56- - uses : actions/checkout@v2
56+ - uses : actions/checkout@v4
5757 - name : Post bumpr status comment
5858 uses : haya14busa/action-bumpr@v1
Original file line number Diff line number Diff line change 99 name : runner / shellcheck
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v2
12+ - uses : actions/checkout@v4
1313 - uses : haya14busa/action-cond@v1
1414 id : reporter
1515 with :
2626 name : runner / misspell
2727 runs-on : ubuntu-latest
2828 steps :
29- - uses : actions/checkout@v2
29+ - uses : actions/checkout@v4
3030 - uses : reviewdog/action-misspell@v1
3131 with :
3232 github_token : ${{ secrets.github_token }}
3838 name : runner / alex
3939 runs-on : ubuntu-latest
4040 steps :
41- - uses : actions/checkout@v2
41+ - uses : actions/checkout@v4
4242 - uses : reviewdog/action-alex@v1
4343 with :
4444 github_token : ${{ secrets.github_token }}
Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ jobs:
1313 python-version : [3.7]
1414 steps :
1515 # Checkout this repo and Python Package Template repo for validation testing.
16- - uses : actions/checkout@v2
16+ - uses : actions/checkout@v4
1717 with :
1818 repository : microsoft/python-package-template
1919 path : pyproject
2020 clean : true
21- - uses : actions/checkout@v3
21+ - uses : actions/checkout@v4
2222 with :
2323 path : pyaction
2424 clean : true
Original file line number Diff line number Diff line change 2727 - tools : pytest
2828 args : -m integration
2929 steps :
30- - uses : actions/checkout@v2
30+ - uses : actions/checkout@v4
3131 - uses : Azure/login@v1.4.7
3232 continue-on-error : true
3333 with :
You can’t perform that action at this time.
0 commit comments