File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 88 build :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v3
11+ - uses : actions/checkout@v4
1212 - name : Install uv
1313 uses : astral-sh/setup-uv@v3
14+ - name : Change directory
15+ run : cd scrapegraph-py
1416 - name : Install dependencies
1517 run : uv sync --frozen
1618 - name : Analysing the code with pylint
Original file line number Diff line number Diff line change 3333 id : build_cache
3434 if : success()
3535 - name : Cache build
36- uses : actions/cache@v2
36+ uses : actions/cache@latest
3737 with :
3838 path : scrapegraph-py/dist
3939 key : ${{ runner.os }}-build-${{ hashFiles('scrapegraph-py/dist/**') }}
6767 cd ./scrapegraph-py
6868 uv sync
6969 - name : Restore build artifacts
70- uses : actions/cache@v2
70+ uses : actions/cache@latest
7171 with :
7272 path : ./scrapegraph-py/dist
7373 key : ${{ runner.os }}-build-${{ hashFiles('./scrapegraph-py/dist/**') }}
You can’t perform that action at this time.
0 commit comments