File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ jobs:
1717
1818 steps :
1919 - name : Checkout source repository
20- uses : actions/checkout@v5
20+ uses : actions/checkout@v6
2121 with :
2222 path : master
2323 - name : Checkout gh-pages repository
24- uses : actions/checkout@v5
24+ uses : actions/checkout@v6
2525 with :
2626 ref : gh-pages
2727 path : gh-pages
Original file line number Diff line number Diff line change 1313
1414 steps :
1515 - name : Checkout source repository
16- uses : actions/checkout@v5
16+ uses : actions/checkout@v6
1717 - name : Set up python ${{ matrix.python-version }}
1818 uses : actions/setup-python@v6
1919 with :
Original file line number Diff line number Diff line change 1717
1818 steps :
1919 - name : Checkout source repository
20- uses : actions/checkout@v5
20+ uses : actions/checkout@v6
2121 - name : Set up python ${{ matrix.python-version }}
2222 uses : actions/setup-python@v6
2323 with :
Original file line number Diff line number Diff line change 2020
2121 steps :
2222 - name : Checkout source repository
23- uses : actions/checkout@v5
23+ uses : actions/checkout@v6
2424 - name : Set up python ${{ matrix.python-version }}
2525 uses : actions/setup-python@v6
2626 with :
Original file line number Diff line number Diff line change 2020
2121 steps :
2222 - name : Checkout source repository
23- uses : actions/checkout@v5
23+ uses : actions/checkout@v6
2424 - name : Set up python ${{ matrix.python-version }}
2525 uses : actions/setup-python@v6
2626 with :
You can’t perform that action at this time.
0 commit comments