File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1818 steps :
1919 - uses : actions/checkout@v5
2020 - name : Set up Python ${{ matrix.python-version }}
21- uses : actions/setup-python@v5
21+ uses : actions/setup-python@v6
2222 with :
2323 python-version : ${{ matrix.python-version }}
2424 - name : Ensure latest setuptools
9090 steps :
9191 - uses : actions/checkout@v5
9292 - name : Set up Python
93- uses : actions/setup-python@v5
93+ uses : actions/setup-python@v6
9494 with :
9595 python-version : " 3.13"
9696 - name : Ensure latest setuptools
@@ -111,7 +111,7 @@ jobs:
111111 steps :
112112 - uses : actions/checkout@v5
113113 - name : Set up Python
114- uses : actions/setup-python@v5
114+ uses : actions/setup-python@v6
115115 with :
116116 python-version : " 3.13"
117117 - name : Ensure latest setuptools
You can’t perform that action at this time.
0 commit comments