File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1717 - uses : actions/checkout@v4
1818 with :
1919 fetch-depth : 2
20- - uses : astral-sh/setup-uv@v3
20+ - uses : astral-sh/setup-uv@v4
2121 with :
2222 enable-cache : true
2323 - name : Generate build matrix
3535 matrix : ${{ fromJSON(needs.generate-matrix.outputs.matrix) }}
3636 steps :
3737 - uses : actions/checkout@v4
38- - uses : astral-sh/setup-uv@v3
38+ - uses : astral-sh/setup-uv@v4
3939 with :
4040 enable-cache : true
4141 - name : Generate Dockerfile from config
7474 needs : [deploy]
7575 steps :
7676 - uses : actions/checkout@v4
77- - uses : astral-sh/setup-uv@v3
77+ - uses : astral-sh/setup-uv@v4
7878 with :
7979 enable-cache : true
8080 - name : Update versions.json and README.md, then commit and push changes (if any)
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - uses : actions/checkout@v4
12- - uses : astral-sh/setup-uv@v3
12+ - uses : astral-sh/setup-uv@v4
1313 with :
1414 enable-cache : true
1515 - run : uv run ./bin/lint
You can’t perform that action at this time.
0 commit comments