File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -16,15 +16,15 @@ jobs:
1616 - uses : actions/checkout@v3
1717
1818 - name : pre-commit cache
19- uses : actions/cache@v2
19+ uses : actions/cache@v3
2020 with :
2121 path : ~/.cache/pre-commit
2222 key : lint-pre-commit-${{ hashFiles('**/.pre-commit-config.yaml') }}
2323 restore-keys : |
2424 lint-pre-commit-
2525
2626 - name : Set up Python
27- uses : actions/setup-python@v3
27+ uses : actions/setup-python@v4
2828 with :
2929 python-version : " 3.10"
3030 cache : pip
Original file line number Diff line number Diff line change 1616
1717 steps :
1818 - name : " Check issues"
19- uses : actions/stale@v5
19+ uses : actions/stale@v6
2020 with :
2121 repo-token : ${{ secrets.GITHUB_TOKEN }}
2222 only-labels : " Awaiting OP Action"
Original file line number Diff line number Diff line change 4444 qt5-devel-tools subversion xorg-server-extra zlib-devel
4545
4646 - name : Add Lapack to PATH
47- uses : egor-tensin/cleanup-path@v1
47+ uses : egor-tensin/cleanup-path@v2
4848 with :
4949 dirs : ' C:\cygwin\bin;C:\cygwin\lib\lapack'
5050
Original file line number Diff line number Diff line change 3636
3737 # sets env: pythonLocation
3838 - name : Set up Python
39- uses : actions/setup-python@v3
39+ uses : actions/setup-python@v4
4040 with :
4141 python-version : ${{ matrix.python-version }}
4242 architecture : ${{ matrix.architecture }}
6666
6767 - name : Cache build
6868 id : build-cache
69- uses : actions/cache@v2
69+ uses : actions/cache@v3
7070 with :
7171 path : winbuild\build
7272 key :
Original file line number Diff line number Diff line change 3838 - uses : actions/checkout@v3
3939
4040 - name : Set up Python ${{ matrix.python-version }}
41- uses : actions/setup-python@v3
41+ uses : actions/setup-python@v4
4242 with :
4343 python-version : ${{ matrix.python-version }}
4444 cache : pip
You can’t perform that action at this time.
0 commit comments