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 1414 fetch-depth : 0
1515
1616 - name : Set up Python
17- uses : actions/setup-python@v5
17+ uses : actions/setup-python@v6
1818 with :
1919 python-version : " 3.13"
2020
Original file line number Diff line number Diff line change 1919 run : echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
2020
2121 - name : Set up Python
22- uses : actions/setup-python@v5
22+ uses : actions/setup-python@v6
2323 with :
2424 python-version : " 3.13"
2525
Original file line number Diff line number Diff line change 3434 uses : actions/checkout@v5
3535
3636 - name : Set up Python ${{ matrix.python }}
37- uses : actions/setup-python@v5
37+ uses : actions/setup-python@v6
3838 with :
3939 python-version : ${{ matrix.python }}
4040
9898 uses : actions/checkout@v5
9999
100100 - name : Set up Python
101- uses : actions/setup-python@v5
101+ uses : actions/setup-python@v6
102102 with :
103103 python-version : " 3.13"
104104
You can’t perform that action at this time.
0 commit comments