File tree Expand file tree Collapse file tree 6 files changed +131
-98
lines changed Expand file tree Collapse file tree 6 files changed +131
-98
lines changed Original file line number Diff line number Diff line change @@ -20,14 +20,14 @@ jobs:
2020 with :
2121 ref : ${{ github.head_ref }}
2222 token : ${{ secrets.FULL_STACK_FASTAPI_TEMPLATE_REPO_TOKEN }}
23- - uses : actions/setup-node@v5
23+ - uses : actions/setup-node@v6
2424 with :
2525 node-version : lts/*
2626 - uses : actions/setup-python@v6
2727 with :
2828 python-version : " 3.10"
2929 - name : Install uv
30- uses : astral-sh/setup-uv@v6
30+ uses : astral-sh/setup-uv@v7
3131 with :
3232 version : " 0.4.15"
3333 enable-cache : true
Original file line number Diff line number Diff line change 2020 with :
2121 python-version : " 3.10"
2222 - name : Install uv
23- uses : astral-sh/setup-uv@v6
23+ uses : astral-sh/setup-uv@v7
2424 with :
2525 version : " 0.4.15"
2626 enable-cache : true
Original file line number Diff line number Diff line change 6060 fail-fast : false
6161 steps :
6262 - uses : actions/checkout@v5
63- - uses : actions/setup-node@v5
63+ - uses : actions/setup-node@v6
6464 with :
6565 node-version : lts/*
6666 - uses : actions/setup-python@v6
7272 with :
7373 limit-access-to-actor : true
7474 - name : Install uv
75- uses : astral-sh/setup-uv@v6
75+ uses : astral-sh/setup-uv@v7
7676 with :
7777 version : " 0.4.15"
7878 enable-cache : true
@@ -112,7 +112,7 @@ jobs:
112112 OPENAI_API_KEY : ${{ secrets.OPENAI_API_KEY }}
113113 steps :
114114 - uses : actions/checkout@v5
115- - uses : actions/setup-node@v5
115+ - uses : actions/setup-node@v6
116116 with :
117117 node-version : 20
118118 - name : Install dependencies
Original file line number Diff line number Diff line change 2626 with :
2727 python-version : " 3.10"
2828 - name : Install uv
29- uses : astral-sh/setup-uv@v6
29+ uses : astral-sh/setup-uv@v7
3030 with :
3131 version : " 0.4.15"
3232 enable-cache : true
You can’t perform that action at this time.
0 commit comments