File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,14 +19,14 @@ jobs:
1919 strategy :
2020 fail-fast : false
2121 matrix :
22- os : [ubuntu-20 .04, macos-latest, windows-2019 ]
22+ os : [ubuntu-24 .04, macos-latest, windows-2025 ]
2323 python-version : ['3.11']
2424
2525 # Timeout: https://stackoverflow.com/a/59076067/4521646
2626 timeout-minutes : 35
2727
2828 steps :
29- - uses : actions/checkout@v2
29+ - uses : actions/checkout@v4
3030 - name : Set up Python ${{ matrix.python-version }}
3131 uses : actions/setup-python@v2
3232 with :
4646 python -c "from pip._internal.locations import USER_CACHE_DIR; print('::set-output name=dir::' + USER_CACHE_DIR)"
4747
4848 - name : Cache pip
49- uses : actions/cache@v2
49+ uses : actions/cache@v4
5050 with :
5151 path : ${{ steps.pip-cache.outputs.dir }}
5252 key : ${{ runner.os }}-py${{ matrix.python-version }}-${{ hashFiles('requirements.txt') }}
You can’t perform that action at this time.
0 commit comments