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 3333 fetch-depth : 0
3434
3535 - name : Setup Python
36- uses : actions/setup-python@v5
36+ uses : actions/setup-python@v6
3737 with :
3838 python-version : ' 3.11'
3939 cache : ' pip'
Original file line number Diff line number Diff line change 1616 - uses : actions/checkout@v5
1717
1818 - name : Set up Python
19- uses : actions/setup-python@v5
19+ uses : actions/setup-python@v6
2020 with :
2121 python-version : ' 3.11'
2222
6060 - uses : actions/checkout@v5
6161
6262 - name : Set up Python ${{ matrix.python-version }}
63- uses : actions/setup-python@v5
63+ uses : actions/setup-python@v6
6464 with :
6565 python-version : ${{ matrix.python-version }}
6666
@@ -103,7 +103,7 @@ jobs:
103103 - uses : actions/checkout@v5
104104
105105 - name : Set up Python
106- uses : actions/setup-python@v5
106+ uses : actions/setup-python@v6
107107 with :
108108 python-version : ' 3.11'
109109
@@ -149,7 +149,7 @@ jobs:
149149 - uses : actions/checkout@v5
150150
151151 - name : Set up Python
152- uses : actions/setup-python@v5
152+ uses : actions/setup-python@v6
153153 with :
154154 python-version : ' 3.11'
155155
You can’t perform that action at this time.
0 commit comments