File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2020 fetch-depth : 0
2121
2222 - name : Set up Python ${{ matrix.python-version }}
23- uses : actions/setup-python@v4
23+ uses : actions/setup-python@v5
2424 with :
2525 python-version : ${{ matrix.python-version }}
2626
Original file line number Diff line number Diff line change 2222 fetch-depth : 0
2323
2424 - name : Set up Python ${{ matrix.python-version }}
25- uses : actions/setup-python@v4
25+ uses : actions/setup-python@v5
2626 with :
2727 python-version : ${{ matrix.python-version }}
2828
4646 with :
4747 fetch-depth : 0
4848 - name : Set up Python
49- uses : actions/setup-python@v4
49+ uses : actions/setup-python@v5
5050 with :
5151 python-version : 3.10
5252 - name : Stable with rustfmt and clippy
7777 with :
7878 fetch-depth : 0
7979 - name : Set up Python
80- uses : actions/setup-python@v4
80+ uses : actions/setup-python@v5
8181 with :
8282 python-version : 3.10
8383 - name : Set up QEMU
@@ -104,7 +104,7 @@ jobs:
104104 steps :
105105 - uses : actions/checkout@v4
106106 - name : Set up Python
107- uses : actions/setup-python@v4
107+ uses : actions/setup-python@v5
108108 with :
109109 python-version : ' 3.10'
110110 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments