File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2525 with :
2626 fetch-depth : 0
2727 - name : Set up Python environment
28- uses : actions/setup-python@v5
28+ uses : actions/setup-python@v6
2929 with :
3030 python-version : " 3.11"
3131 - name : Runs pre-commit hooks
@@ -115,7 +115,7 @@ jobs:
115115
116116 - name : Python setup
117117 if : matrix.install-method == 'pip'
118- uses : actions/setup-python@v5
118+ uses : actions/setup-python@v6
119119 with :
120120 python-version : ${{ matrix.python-version }}
121121 check-latest : true
@@ -188,7 +188,7 @@ jobs:
188188 fetch-depth : 0
189189
190190 - name : Set up Python
191- uses : actions/setup-python@v5
191+ uses : actions/setup-python@v6
192192 with :
193193 python-version : 3.11
194194
Original file line number Diff line number Diff line change 2020 - run : git fetch --tags
2121
2222 - name : Set up Python
23- uses : actions/setup-python@v5
23+ uses : actions/setup-python@v6
2424 with :
2525 python-version : 3.11
2626
You can’t perform that action at this time.
0 commit comments