File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2020
2121 steps :
2222 - name : Checkout repository
23- uses : actions/checkout@v2
23+ uses : actions/checkout@v3
2424
2525 # Initializes the CodeQL tools for scanning.
2626 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 4545 release :
4646 runs-on : ubuntu-latest
4747 steps :
48- - uses : actions/checkout@v2
48+ - uses : actions/checkout@v3
4949 with :
5050 fetch-depth : 0
5151 - name : Set up Python
@@ -119,7 +119,7 @@ jobs:
119119 needs : release
120120 runs-on : ubuntu-latest
121121 steps :
122- - uses : actions/checkout@v2
122+ - uses : actions/checkout@v3
123123 - name : Sync master from detached head
124124 # If version matches CHANGELOG and pyproject.toml
125125 # If it passes all checks, successfully releases to test and prod
Original file line number Diff line number Diff line change 2121 OS : ${{ matrix.os }}
2222 PYTHON : ${{ matrix.python-version }}
2323 steps :
24- - uses : actions/checkout@v1
24+ - uses : actions/checkout@v3
2525 - name : Set up Python ${{ matrix.python-version }}
2626 uses : actions/setup-python@v2.3.1
2727 with :
Original file line number Diff line number Diff line change 1313 docs :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v2
16+ - uses : actions/checkout@v3
1717 with :
1818 fetch-depth : 0
1919 - name : Set up Python
Original file line number Diff line number Diff line change 2121 release :
2222 runs-on : ubuntu-latest
2323 steps :
24- - uses : actions/checkout@v2
24+ - uses : actions/checkout@v3
2525 with :
2626 fetch-depth : 0
2727 - name : Set up Python
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010
1111 steps :
12- - uses : actions/checkout@v2
12+ - uses : actions/checkout@v3
1313 - name : Save PR number
1414 run : |
1515 mkdir -p ./pr
You can’t perform that action at this time.
0 commit comments