File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6363 steps :
6464 - uses : actions/checkout@v5
6565 - name : Set up Python ${{ matrix.python-version }}
66- uses : actions/setup-python@v5
66+ uses : actions/setup-python@v6
6767 with :
6868 python-version : ${{ matrix.python-version }}
6969 allow-prereleases : true
8484 steps :
8585 - uses : actions/checkout@v5
8686 - name : Set up Python ${{ matrix.python-version }}
87- uses : actions/setup-python@v5
87+ uses : actions/setup-python@v6
8888 with :
8989 python-version : " 3.11"
9090 cache : pip
@@ -120,7 +120,7 @@ jobs:
120120 - name : Checkout source
121121 uses : actions/checkout@v5
122122 - name : Set up Python
123- uses : actions/setup-python@v5
123+ uses : actions/setup-python@v6
124124 with :
125125 python-version : " 3.10"
126126 - name : install flit
Original file line number Diff line number Diff line change 2323 steps :
2424 - uses : actions/checkout@v5
2525 - name : Set up Python 3.12
26- uses : actions/setup-python@v5
26+ uses : actions/setup-python@v6
2727 with :
2828 python-version : " 3.12"
2929 cache : pip
You can’t perform that action at this time.
0 commit comments