File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 66 format :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v2
9+ - uses : actions/checkout@v6
1010 with :
1111 ref : ${{ github.head_ref }}
12- - uses : actions/checkout@v2
12+ - uses : actions/checkout@v6
1313 - name : Set up Python 3.7
1414 uses : actions/setup-python@v2
1515 with :
Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ jobs:
1919 - os : macos-latest
2020 python-version : 3.8
2121 steps :
22- - uses : actions/checkout@v2
22+ - uses : actions/checkout@v6
2323 - name : Set up Python 3.7
2424 uses : actions/setup-python@v2
2525 with :
2626 python-version : 3.7
27- - uses : actions/checkout@v2.4.0
27+ - uses : actions/checkout@v6.0.1
2828 - name : Install Python dependencies
2929 run : |
3030 python -m pip install --upgrade pip
Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ jobs:
1414 python-version : 3.8
1515
1616 steps :
17- - uses : actions/checkout@v2
17+ - uses : actions/checkout@v6
1818 - name : Set up Python 3.7
1919 uses : actions/setup-python@v2
2020 with :
2121 python-version : 3.7
22- - uses : actions/checkout@v2.4.0
22+ - uses : actions/checkout@v6.0.1
2323 - name : Install Python dependencies
2424 run : |
2525 python -m pip install --upgrade pip
@@ -47,12 +47,12 @@ jobs:
4747 - os : macos-latest
4848 python-version : 3.8
4949 steps :
50- - uses : actions/checkout@v2
50+ - uses : actions/checkout@v6
5151 - name : Set up Python 3.7
5252 uses : actions/setup-python@v2
5353 with :
5454 python-version : 3.7
55- - uses : actions/checkout@v2.4.0
55+ - uses : actions/checkout@v6.0.1
5656 - name : Install Python dependencies
5757 run : |
5858 python -m pip install --upgrade pip
You can’t perform that action at this time.
0 commit comments