File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed 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@v4
17+ uses : actions/setup-python@v5
1818 with :
1919 python-version : ${{ matrix.python-version }}
2020 - name : Install dependencies
Original file line number Diff line number Diff line change 1313 with :
1414 fetch-depth : 0
1515 - name : Set up Python
16- uses : actions/setup-python@v4
16+ uses : actions/setup-python@v5
1717 with :
1818 python-version : ' 3.10'
1919 - run : pip install --upgrade pip && python -m pip install -U pip poetry
Original file line number Diff line number Diff line change 1818 id : vars
1919 run : echo ::set-output name=tag::${GITHUB_REF#refs/*/}
2020 - name : Set up Python
21- uses : actions/setup-python@v4
21+ uses : actions/setup-python@v5
2222 with :
2323 python-version : ' 3.x'
2424 - 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@v4
17+ uses : actions/setup-python@v5
1818 with :
1919 python-version : ${{ matrix.python-version }}
2020 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments