1313 build-linux :
1414 runs-on : ubuntu-22.04
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v6
1717
1818 - uses : Swatinem/rust-cache@v2
1919
@@ -37,12 +37,12 @@ jobs:
3737 libxmu-dev libxmu6 libegl1-mesa-dev llvm-dev m4 xorg-dev sway \
3838
3939 - name : Install Python
40- uses : actions/setup-python@v5
40+ uses : actions/setup-python@v6
4141 with :
4242 python-version : ' 3.12'
4343
4444 - name : Install uv
45- uses : astral-sh/setup-uv@v6
45+ uses : astral-sh/setup-uv@v8.1.0
4646
4747 - name : Build
4848 run : cargo build --profile release-lto
@@ -60,17 +60,17 @@ jobs:
6060 build-windows :
6161 runs-on : windows-latest
6262 steps :
63- - uses : actions/checkout@v4
63+ - uses : actions/checkout@v6
6464
6565 - uses : Swatinem/rust-cache@v2
6666
6767 - name : Install Python
68- uses : actions/setup-python@v5
68+ uses : actions/setup-python@v6
6969 with :
7070 python-version : ' 3.12'
7171
7272 - name : Install uv
73- uses : astral-sh/setup-uv@v6
73+ uses : astral-sh/setup-uv@v8.1.0
7474
7575 # Mozangle needs Clang 19+
7676 # see https://github.com/tauri-apps/verso/actions/runs/15916377747/job/44894669786?pr=20
@@ -100,17 +100,17 @@ jobs:
100100 - target : x86_64-apple-darwin
101101 runs-on : macos-latest
102102 steps :
103- - uses : actions/checkout@v4
103+ - uses : actions/checkout@v6
104104
105105 - uses : Swatinem/rust-cache@v2
106106
107107 - name : Install Python
108- uses : actions/setup-python@v5
108+ uses : actions/setup-python@v6
109109 with :
110110 python-version : ' 3.12'
111111
112112 - name : Install uv
113- uses : astral-sh/setup-uv@v6
113+ uses : astral-sh/setup-uv@v8.1.0
114114
115115 - name : Install dependencies
116116 run : |
@@ -142,7 +142,7 @@ jobs:
142142 - build-windows
143143 - build-mac
144144 steps :
145- - uses : actions/checkout@v4
145+ - uses : actions/checkout@v6
146146 - uses : actions/download-artifact@v4
147147 with :
148148 merge-multiple : true
0 commit comments