File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3535 uses : actions/checkout@v4
3636 - name : Set up Python ${{ env.DEFAULT_PYTHON }}
3737 id : python
38- uses : actions/setup-python@v4.7.1
38+ uses : actions/setup-python@v5
3939 with :
4040 python-version : ${{ env.DEFAULT_PYTHON }}
4141 check-latest : true
8080 uses : actions/checkout@v4
8181 - name : Set up Python ${{ env.DEFAULT_PYTHON }}
8282 id : python
83- uses : actions/setup-python@v4.7.1
83+ uses : actions/setup-python@v5
8484 with :
8585 python-version : ${{ env.DEFAULT_PYTHON }}
8686 check-latest : true
Original file line number Diff line number Diff line change 2424 uses : actions/checkout@v4
2525 - name : Set up Python ${{ env.DEFAULT_PYTHON }}
2626 id : python
27- uses : actions/setup-python@v4.7.1
27+ uses : actions/setup-python@v5
2828 with :
2929 python-version : ${{ env.DEFAULT_PYTHON }}
3030 check-latest : true
Original file line number Diff line number Diff line change 4444 run : echo "GITHUB_REPOSITORY_SLUG=${GITHUB_REPOSITORY////_}" >> $GITHUB_ENV
4545
4646 - name : Set up Python ${{ matrix.python-version }}
47- uses : actions/setup-python@v4
47+ uses : actions/setup-python@v5
4848 with :
4949 python-version : ${{ matrix.python-version }}
5050 cache : pip
You can’t perform that action at this time.
0 commit comments