File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2121 name : Lint
2222 runs-on : ubuntu-latest
2323 steps :
24- - uses : actions/checkout@v4
24+ - uses : actions/checkout@v5
2525 - name : Set up Python
2626 uses : actions/setup-python@v5
2727 with :
8080 browser : chromium
8181 runs-on : ${{ matrix.os }}
8282 steps :
83- - uses : actions/checkout@v4
83+ - uses : actions/checkout@v5
8484 - name : Set up Python
8585 uses : actions/setup-python@v5
8686 with :
@@ -127,7 +127,7 @@ jobs:
127127 browser-channel : msedge
128128 runs-on : ${{ matrix.os }}
129129 steps :
130- - uses : actions/checkout@v4
130+ - uses : actions/checkout@v5
131131 - name : Set up Python
132132 uses : actions/setup-python@v5
133133 with :
@@ -163,7 +163,7 @@ jobs:
163163 os : [ubuntu-22.04, macos-13, windows-2022]
164164 runs-on : ${{ matrix.os }}
165165 steps :
166- - uses : actions/checkout@v4
166+ - uses : actions/checkout@v5
167167 with :
168168 fetch-depth : 0
169169 - name : Get conda
@@ -184,7 +184,7 @@ jobs:
184184 run :
185185 working-directory : examples/todomvc/
186186 steps :
187- - uses : actions/checkout@v4
187+ - uses : actions/checkout@v5
188188 - name : Set up Python
189189 uses : actions/setup-python@v5
190190 with :
Original file line number Diff line number Diff line change 2525 # Required for conda-incubator/setup-miniconda@v3
2626 shell : bash -el {0}
2727 steps :
28- - uses : actions/checkout@v4
28+ - uses : actions/checkout@v5
2929 with :
3030 fetch-depth : 0
3131 - name : Get conda
Original file line number Diff line number Diff line change 1515 contents : read # This is required for actions/checkout to succeed
1616 environment : Docker
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v5
1919 - name : Azure login
2020 uses : azure/login@v2
2121 with :
Original file line number Diff line number Diff line change 3030 - ubuntu-24.04
3131 - ubuntu-24.04-arm
3232 steps :
33- - uses : actions/checkout@v4
33+ - uses : actions/checkout@v5
3434 - name : Set up Python
3535 uses : actions/setup-python@v5
3636 with :
You can’t perform that action at this time.
0 commit comments