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 3737 uses : actions/checkout@v4
3838
3939 - name : Set up Python ${{ matrix.python-version }}
40- uses : actions/setup-python@v5
40+ uses : actions/setup-python@v6
4141 with :
4242 python-version : ${{ matrix.python-version }}
4343 cache : ' pip'
7878 uses : actions/checkout@v4
7979
8080 - name : Set up Python
81- uses : actions/setup-python@v5
81+ uses : actions/setup-python@v6
8282 with :
8383 python-version : " 3.11"
8484 cache : ' pip'
@@ -104,7 +104,7 @@ jobs:
104104 uses : actions/checkout@v4
105105
106106 - name : Set up Python
107- uses : actions/setup-python@v5
107+ uses : actions/setup-python@v6
108108 with :
109109 python-version : " 3.11"
110110 cache : ' pip'
Original file line number Diff line number Diff line change 1111 - uses : actions/checkout@v3
1212
1313 - name : Set up Python
14- uses : actions/setup-python@v4
14+ uses : actions/setup-python@v6
1515 with :
1616 python-version : " 3.9"
1717
You can’t perform that action at this time.
0 commit comments