File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 6464 git config core.autocrlf false
6565
6666 - name : Setup Python
67- uses : actions/setup-python@v5
67+ uses : actions/setup-python@v6
6868 with :
6969 python-version : " 3.11"
7070
Original file line number Diff line number Diff line change 3838 git config core.autocrlf false
3939
4040 - name : Set up Python 3.11
41- uses : actions/setup-python@v5
41+ uses : actions/setup-python@v6
4242 with :
4343 python-version : ' 3.11'
4444
9191 - uses : actions/checkout@v4
9292
9393 - name : Setup Python 3.11
94- uses : actions/setup-python@v5
94+ uses : actions/setup-python@v6
9595 with :
9696 python-version : ' 3.11'
9797
Original file line number Diff line number Diff line change 2020 run : echo "value=${GITHUB_REF#refs/*/}" >> $GITHUB_OUTPUT
2121
2222 - name : Setup Python 3.11
23- uses : actions/setup-python@v5
23+ uses : actions/setup-python@v6
2424 with :
2525 python-version : ' 3.11'
2626
Original file line number Diff line number Diff line change 2525 - uses : actions/checkout@v4
2626
2727 - name : Setup python
28- uses : actions/setup-python@v5
28+ uses : actions/setup-python@v6
2929 with :
3030 python-version : ${{ matrix.python-version }}
3131 architecture : x64
7373 - uses : actions/checkout@v4
7474
7575 - name : Setup python
76- uses : actions/setup-python@v5
76+ uses : actions/setup-python@v6
7777 with :
7878 python-version : ${{ matrix.python-version }}
7979 architecture : x64
@@ -148,7 +148,7 @@ jobs:
148148 java-version : ' 17'
149149
150150 - name : Setup Python
151- uses : actions/setup-python@v5
151+ uses : actions/setup-python@v6
152152 with :
153153 python-version : ${{ matrix.python-version }}
154154 architecture : x64
You can’t perform that action at this time.
0 commit comments