File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,15 +12,15 @@ jobs:
1212
1313 steps :
1414 - name : Checkout
15- uses : actions/checkout@v4
15+ uses : actions/checkout@v6
1616
1717 - name : Setup Python
18- uses : actions/setup-python@v5
18+ uses : actions/setup-python@v6
1919 with :
2020 python-version : " 3.11"
2121
2222 - name : Setup uv
23- uses : astral-sh/setup-uv@v5
23+ uses : astral-sh/setup-uv@v8
2424 with :
2525 enable-cache : true
2626
Original file line number Diff line number Diff line change @@ -18,15 +18,15 @@ jobs:
1818
1919 steps :
2020 - name : Checkout
21- uses : actions/checkout@v4
21+ uses : actions/checkout@v6
2222
2323 - name : Setup Python
24- uses : actions/setup-python@v5
24+ uses : actions/setup-python@v6
2525 with :
2626 python-version : " 3.11"
2727
2828 - name : Setup uv
29- uses : astral-sh/setup-uv@v5
29+ uses : astral-sh/setup-uv@v8
3030 with :
3131 enable-cache : true
3232
You can’t perform that action at this time.
0 commit comments