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 2020 - uses : actions/checkout@v5
2121
2222 - name : Set up Python ${{ matrix.python-version }}
23- uses : actions/setup-python@v5
23+ uses : actions/setup-python@v6
2424 with :
2525 python-version : ${{ matrix.python-version }}
2626
Original file line number Diff line number Diff line change 1414 - name : Check out repository
1515 uses : actions/checkout@v5
1616 - name : Set up Python
17- uses : actions/setup-python@v5
17+ uses : actions/setup-python@v6
1818 with :
1919 python-version : " 3.10"
2020 - name : install pytype
4848 steps :
4949 - uses : actions/checkout@v5
5050 - name : Set up Python ${{ matrix.python-version }}
51- uses : actions/setup-python@v5
51+ uses : actions/setup-python@v6
5252 with :
5353 python-version : ${{ matrix.python-version }}
5454 allow-prereleases : true
@@ -119,7 +119,7 @@ jobs:
119119 steps :
120120 - uses : actions/checkout@v5
121121 - name : Set up Python ${{ matrix.python-version }}
122- uses : actions/setup-python@v5
122+ uses : actions/setup-python@v6
123123 with :
124124 python-version : ${{ matrix.python-version }}
125125 - name : Install dependencies
@@ -147,7 +147,7 @@ jobs:
147147 steps :
148148 - uses : actions/checkout@v5
149149 - name : Set up Python ${{ matrix.python-version }}
150- uses : actions/setup-python@v5
150+ uses : actions/setup-python@v6
151151 with :
152152 python-version : ${{ matrix.python-version }}
153153 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments