File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 6666 uses : actions/checkout@v4
6767
6868 - name : Install Python
69- uses : actions/setup-python@v4
69+ uses : actions/setup-python@v5
7070 with :
7171 python-version-file : .python-version
7272
9898 uses : actions/checkout@v4
9999
100100 - name : Install Python
101- uses : actions/setup-python@v4
101+ uses : actions/setup-python@v5
102102 with :
103103 python-version-file : .python-version
104104
Original file line number Diff line number Diff line change 9494 uses : actions/checkout@v4
9595
9696 - name : Install Python
97- uses : actions/setup-python@v4
97+ uses : actions/setup-python@v5
9898 with :
9999 python-version-file : .python-version
100100
Original file line number Diff line number Diff line change 4646 uses : actions/checkout@v4
4747
4848 - name : Install Python
49- uses : actions/setup-python@v4
49+ uses : actions/setup-python@v5
5050 with :
5151 python-version-file : .python-version
5252
Original file line number Diff line number Diff line change 7171 uses : actions/checkout@v4
7272
7373 - name : Install Python
74- uses : actions/setup-python@v4
74+ uses : actions/setup-python@v5
7575 with :
7676 python-version-file : .python-version
7777
Original file line number Diff line number Diff line change 7474 echo "path=$(python -m site --user-site)" >> $GITHUB_OUTPUT
7575
7676 - name : Install Python
77- uses : actions/setup-python@v4.5.0
77+ uses : actions/setup-python@v5
7878 with :
7979 python-version-file : ${{ github.action_path }}/.python-version
8080
You can’t perform that action at this time.
0 commit comments