2121 name : Lint
2222 runs-on : ubuntu-latest
2323 steps :
24- - uses : actions/checkout@v3
24+ - uses : actions/checkout@v4
2525 - name : Set up Python
26- uses : actions/setup-python@v4
26+ uses : actions/setup-python@v5
2727 with :
2828 python-version : " 3.10"
2929 - name : Install dependencies & browsers
7979 browser : chromium
8080 runs-on : ${{ matrix.os }}
8181 steps :
82- - uses : actions/checkout@v3
82+ - uses : actions/checkout@v4
8383 - name : Set up Python
8484 uses : actions/setup-python@v5
8585 with :
@@ -125,9 +125,9 @@ jobs:
125125 browser-channel : msedge
126126 runs-on : ${{ matrix.os }}
127127 steps :
128- - uses : actions/checkout@v3
128+ - uses : actions/checkout@v4
129129 - name : Set up Python
130- uses : actions/setup-python@v4
130+ uses : actions/setup-python@v5
131131 with :
132132 python-version : " 3.10"
133133 - name : Install dependencies & browsers
@@ -160,7 +160,7 @@ jobs:
160160 os : [ubuntu-22.04, macos-13, windows-2019]
161161 runs-on : ${{ matrix.os }}
162162 steps :
163- - uses : actions/checkout@v3
163+ - uses : actions/checkout@v4
164164 with :
165165 fetch-depth : 0
166166 - name : Get conda
@@ -180,9 +180,9 @@ jobs:
180180 run :
181181 working-directory : examples/todomvc/
182182 steps :
183- - uses : actions/checkout@v3
183+ - uses : actions/checkout@v4
184184 - name : Set up Python
185- uses : actions/setup-python@v4
185+ uses : actions/setup-python@v5
186186 with :
187187 python-version : ' 3.10'
188188 - name : Install dependencies & browsers
0 commit comments