File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed
Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -22,13 +22,13 @@ jobs:
2222 OS: 'linux'
2323 timeout-minutes: 2
2424 steps:
25- - uses: actions/cache@v1
25+ - uses: actions/cache@v4
2626 with:
2727 path: ~/.cache/pip
2828 key: static-pip-${{ hashFiles('pyproject.toml') }}
2929 restore-keys: static-pip-
30- - uses: actions/checkout@v2
31- - uses: actions/setup-python@v2
30+ - uses: actions/checkout@v4
31+ - uses: actions/setup-python@v5
3232 with:
3333 # TODO: check with Python 3, but need to fix the
3434 # errors first
Original file line number Diff line number Diff line change @@ -27,13 +27,13 @@ jobs:
2727 PYTHON_VERSION: ['3.10', '3.9', '3.8']
2828 timeout-minutes: 10
2929 steps:
30- - uses: actions/cache@v1
30+ - uses: actions/cache@v4
3131 with:
3232 path: ~/.cache/pip
3333 key: ${{ runner.os }}-${{ matrix.PYTHON_VERSION }}-pip-${{ hashFiles('pyproject.toml') }}
3434 restore-keys: ${{ runner.os }}-${{ matrix.PYTHON_VERSION }}-pip-
35- - uses: actions/checkout@v2
36- - uses: actions/setup-python@v2
35+ - uses: actions/checkout@v4
36+ - uses: actions/setup-python@v5
3737 with:
3838 python-version: ${{ matrix.PYTHON_VERSION }}
3939 architecture: 'x64'
Original file line number Diff line number Diff line change @@ -27,13 +27,13 @@ jobs:
2727 PYTHON_VERSION: ['3.10', '3.9', '3.8']
2828 timeout-minutes: 10
2929 steps:
30- - uses: actions/cache@v1
30+ - uses: actions/cache@v4
3131 with:
3232 path: ~/Library/Caches/pip
3333 key: ${{ runner.os }}-${{ matrix.PYTHON_VERSION }}-pip-${{ hashFiles('pyproject.toml') }}
3434 restore-keys: ${{ runner.os }}-${{ matrix.PYTHON_VERSION }}-pip-
35- - uses: actions/checkout@v2
36- - uses: actions/setup-python@v2
35+ - uses: actions/checkout@v4
36+ - uses: actions/setup-python@v5
3737 with:
3838 python-version: ${{ matrix.PYTHON_VERSION }}
3939 architecture: 'x64'
Original file line number Diff line number Diff line change @@ -27,13 +27,13 @@ jobs:
2727 PYTHON_VERSION: ['3.10', '3.9', '3.8']
2828 timeout-minutes: 10
2929 steps:
30- - uses: actions/cache@v1
30+ - uses: actions/cache@v4
3131 with:
3232 path: ~\AppData\Local\pip\Cache
3333 key: ${{ runner.os }}-${{ matrix.PYTHON_VERSION }}-pip-${{ hashFiles('pyproject.toml') }}
3434 restore-keys: ${{ runner.os }}-${{ matrix.PYTHON_VERSION }}-pip-
35- - uses: actions/checkout@v2
36- - uses: actions/setup-python@v2
35+ - uses: actions/checkout@v4
36+ - uses: actions/setup-python@v5
3737 with:
3838 python-version: ${{ matrix.PYTHON_VERSION }}
3939 architecture: 'x64'
You can’t perform that action at this time.
0 commit comments