File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1515 token : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
1616 fetch-depth : 0
1717 - name : Set up Python
18- uses : actions/setup-python@v5
18+ uses : actions/setup-python@v6
1919 with :
2020 python-version : " 3.x"
2121 - name : Install dependencies
5151 run : |
5252 git pull origin master
5353 - name : Set up Python
54- uses : actions/setup-python@v5
54+ uses : actions/setup-python@v6
5555 with :
5656 python-version : " 3.x"
5757 - name : Install dependencies
Original file line number Diff line number Diff line change 1414 - name : Checkout
1515 uses : actions/checkout@v5
1616 - name : Set up Python
17- uses : actions/setup-python@v5
17+ uses : actions/setup-python@v6
1818 with :
1919 python-version : " 3.x"
2020 - name : Install dependencies
Original file line number Diff line number Diff line change 1414 with :
1515 fetch-depth : 0
1616 - name : Set up Python ${{ matrix.python-version }}
17- uses : actions/setup-python@v5
17+ uses : actions/setup-python@v6
1818 with :
1919 python-version : ${{ matrix.python-version }}
2020 - name : Install dependencies
Original file line number Diff line number Diff line change 1414 token : " ${{ secrets.PERSONAL_ACCESS_TOKEN }}"
1515 fetch-depth : 0
1616 - name : Set up Python
17- uses : actions/setup-python@v5
17+ uses : actions/setup-python@v6
1818 with :
1919 python-version : " 3.x"
2020 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments