3333 key : cargo-benchmark-${{ runner.os }}-${{ hashFiles('**/Cargo.lock') }}
3434 - uses : oven-sh/setup-bun@v2
3535 with :
36- bun-version : ' 1.3.9'
36+ bun-version : " 1.3.9"
3737 name : Install bun
3838
3939 - name : Cache bun dependencies
4343 key : bun-benchmark-${{ runner.os }}-${{ hashFiles('**/bun.lock') }}
4444 - uses : jetli/wasm-pack-action@v0.4.0
4545 with :
46- version : ' latest'
46+ version : " latest"
4747 - name : Install Node.js
48- uses : actions/setup-node@v4
48+ uses : actions/setup-node@v6
4949 with :
5050 registry-url : " https://registry.npmjs.org"
5151 node-version : 24
@@ -61,12 +61,12 @@ jobs:
6161 uses : actions/checkout@v6
6262
6363 - uses : actions-rust-lang/setup-rust-toolchain@v1
64-
64+
6565 - name : Install cargo-binstall
6666 run : curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash
6767 - name : Install cargo-tarpaulin
6868 run : cargo binstall cargo-tarpaulin --no-confirm --force
69-
69+
7070 - name : Cache cargo registry + target
7171 uses : actions/cache@v5
7272 with :
7979
8080 - uses : oven-sh/setup-bun@v2
8181 with :
82- bun-version : ' 1.3.9'
82+ bun-version : " 1.3.9"
8383 name : Install bun
8484
8585 - name : Cache bun dependencies
9090
9191 - uses : jetli/wasm-pack-action@v0.4.0
9292 with :
93- version : ' latest'
93+ version : " latest"
9494 - name : Install Node.js
95- uses : actions/setup-node@v4
95+ uses : actions/setup-node@v6
9696 with :
9797 registry-url : " https://registry.npmjs.org"
9898 node-version : 24
@@ -141,7 +141,7 @@ jobs:
141141 run : bunx playwright test --update-snapshots
142142 - name : Commit E2E Snapshots
143143 if : steps.check-snapshots.outputs.count == '0' && github.event_name == 'pull_request'
144- uses : stefanzweifel/git-auto-commit-action@v5
144+ uses : stefanzweifel/git-auto-commit-action@v7
145145 with :
146146 commit_message : " chore: generate e2e visual snapshots from CI"
147147 file_pattern : " e2e/**/*-snapshots/*.png"
@@ -154,21 +154,21 @@ jobs:
154154 - name : Run E2E Tests (singleCss)
155155 run : bun run test:e2e
156156 - name : Upload singleCss Playwright Report
157- uses : actions/upload-artifact@v4
157+ uses : actions/upload-artifact@v7
158158 if : ${{ !cancelled() }}
159159 with :
160160 name : playwright-report-singlecss
161161 path : playwright-report/
162162 retention-days : 30
163163 - name : Upload artifact
164- uses : actions/upload-pages-artifact@v3
164+ uses : actions/upload-pages-artifact@v5
165165 with :
166166 path : ./apps/landing/out
167167 if : github.event_name == 'push' && github.ref == 'refs/heads/main'
168- - uses : actions/deploy-pages@v4
168+ - uses : actions/deploy-pages@v5
169169 if : github.event_name == 'push' && github.ref == 'refs/heads/main'
170170 - name : Upload to codecov.io
171- uses : codecov/codecov-action@v5
171+ uses : codecov/codecov-action@v6
172172 with :
173173 token : ${{ secrets.CODECOV_TOKEN }}
174174 fail_ci_if_error : true
0 commit comments