File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2525 uses : actions/checkout@v4
2626
2727 - name : Set up Python ${{ matrix.python-version }}
28- uses : actions/setup-python@v5
28+ uses : actions/setup-python@v6
2929 with :
3030 python-version : ${{ matrix.python-version }}
3131
8282 uses : actions/checkout@v4
8383
8484 - name : Set up Python
85- uses : actions/setup-python@v5
85+ uses : actions/setup-python@v6
8686 with :
8787 python-version : ' 3.13' # Use 3.13 until bandit supports 3.14
8888
@@ -117,7 +117,7 @@ jobs:
117117 fetch-depth : 0 # Needed for setuptools_scm
118118
119119 - name : Set up Python
120- uses : actions/setup-python@v5
120+ uses : actions/setup-python@v6
121121 with :
122122 python-version : ' 3.14'
123123
@@ -157,7 +157,7 @@ jobs:
157157 uses : actions/checkout@v4
158158
159159 - name : Set up Python
160- uses : actions/setup-python@v5
160+ uses : actions/setup-python@v6
161161 with :
162162 python-version : ' 3.14'
163163
You can’t perform that action at this time.
0 commit comments