File tree Expand file tree Collapse file tree 7 files changed +15
-15
lines changed
Expand file tree Collapse file tree 7 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -15,15 +15,15 @@ jobs:
1515 matrix :
1616 python-version : [ "3.11" ]
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v5
1919
2020 - name : Set up Python ${{ matrix.python-version }}
2121 uses : actions/setup-python@v5
2222 with :
2323 python-version : ${{ matrix.python-version }}
2424
2525 - name : Cache dependencies
26- uses : actions/cache@v4
26+ uses : actions/cache@v5
2727 with :
2828 path : ~/.cache/pip
2929 key : ${{ runner.os }}-build-${{ hashFiles('pyproject.toml') }}
Original file line number Diff line number Diff line change @@ -15,15 +15,15 @@ jobs:
1515 matrix :
1616 python-version : ["3.11"]
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v5
1919
2020 - name : Set up Python ${{ matrix.python-version }}
2121 uses : actions/setup-python@v5
2222 with :
2323 python-version : ${{ matrix.python-version }}
2424
2525 - name : Cache dependencies
26- uses : actions/cache@v4
26+ uses : actions/cache@v5
2727 with :
2828 path : ~/.cache/pip
2929 key : ${{ runner.os }}-docs-${{ hashFiles('pyproject.toml') }}
Original file line number Diff line number Diff line change 2525 - " 3.14"
2626 runs-on : " ubuntu-22.04"
2727 steps :
28- - uses : actions/checkout@v4
28+ - uses : actions/checkout@v5
2929 with :
3030 submodules : recursive
3131
3535 python-version : ${{ matrix.python-version }}
3636
3737 - name : Cache dependencies
38- uses : actions/cache@v4
38+ uses : actions/cache@v5
3939 with :
4040 path : ~/.cache/pip
4141 key : ${{ runner.os }}-samples-${{ hashFiles('**/pyproject.toml') }}
Original file line number Diff line number Diff line change @@ -14,15 +14,15 @@ jobs:
1414 matrix :
1515 python-version : ["3.11"]
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v5
1818
1919 - name : Set up Python ${{ matrix.python-version }}
2020 uses : actions/setup-python@v5
2121 with :
2222 python-version : ${{ matrix.python-version }}
2323
2424 - name : Cache dependencies
25- uses : actions/cache@v4
25+ uses : actions/cache@v5
2626 with :
2727 path : ~/.cache/pip
2828 key : ${{ runner.os }}-lint-${{ hashFiles('pyproject.toml') }}
4444 pip install -e .[lint]
4545
4646 - name : Cache pre-commit
47- uses : actions/cache@v4
47+ uses : actions/cache@v5
4848 with :
4949 path : ~/.cache/pre-commit
5050 key : ${{ runner.os }}-prec-${{ hashFiles('.pre-commit-config.yaml') }}
Original file line number Diff line number Diff line change 2121 - " 3.14"
2222 runs-on : ${{ matrix.os }}
2323 steps :
24- - uses : actions/checkout@v4
24+ - uses : actions/checkout@v5
2525 with :
2626 submodules : recursive
2727
3131 python-version : ${{ matrix.python-version }}
3232
3333 - name : Cache dependencies
34- uses : actions/cache@v4
34+ uses : actions/cache@v5
3535 with :
3636 path : ~/.cache/pip
3737 key : ${{ runner.os }}-test-${{ hashFiles('pyproject.toml') }}
Original file line number Diff line number Diff line change 2121 - " 3.14"
2222 runs-on : ${{ matrix.os }}
2323 steps :
24- - uses : actions/checkout@v4
24+ - uses : actions/checkout@v5
2525 with :
2626 submodules : recursive
2727
3131 python-version : ${{ matrix.python-version }}
3232
3333 - name : Cache dependencies
34- uses : actions/cache@v4
34+ uses : actions/cache@v5
3535 with :
3636 path : ~/.cache/pip
3737 key : ${{ runner.os }}-test-${{ hashFiles('pyproject.toml') }}
Original file line number Diff line number Diff line change 2525 - " 3.14"
2626 runs-on : ${{ matrix.os }}
2727 steps :
28- - uses : actions/checkout@v4
28+ - uses : actions/checkout@v5
2929 with :
3030 submodules : recursive
3131
3535 python-version : ${{ matrix.python-version }}
3636
3737 - name : Cache dependencies
38- uses : actions/cache@v4
38+ uses : actions/cache@v5
3939 with :
4040 path : ~/.cache/pip
4141 key : ${{ runner.os }}-test-${{ hashFiles('setup.cfg') }}
You can’t perform that action at this time.
0 commit comments