Kevin Turcios
eeecdc11d7
Bump stale GitHub Actions versions ( #2618 )
...
## Summary
Bumps all stale GitHub Actions to their latest stable versions across 7
workflow files.
### Changes
| Workflow | Action | Old | New |
|---|---|---|---|
| `ci.yaml` | `astral-sh/setup-uv` | `@v8.0.0` / `@v7` (inline jobs
only) | `@v8.1.0` |
| `claude.yml` | `astral-sh/setup-uv` | `@v6` | `@v8.1.0` |
| `codeflash-aiservice.yaml` | `astral-sh/setup-uv` | `@v7` | `@v8.1.0`
|
| `codeflash-js.yaml` | `astral-sh/setup-uv` | `@v7` | `@v8.1.0` |
| `deploy_aiservice_to_azure.yml` | `astral-sh/setup-uv` | `@v7` |
`@v8.1.0` |
| `fix-formatting.yml` | `astral-sh/setup-uv` | `@v5` | `@v8.1.0` |
| `fix-formatting.yml` | `j178/prek-action` | `@v1` | `@v2` |
| `publish-to-pypi.yml` | `pypa/gh-action-pypi-publish` | `@master` |
`@release/v1` |
### Notes
- Shared workflow refs (`codeflash-ai/github-workflows/...@main`) in
`ci.yaml` are **not** changed -- those follow `@main` and will pick up
updates from the shared workflows repo.
- `publish-to-pypi.yml` is currently disabled (`if: false`) but the ref
is fixed anyway to avoid issues when re-enabled.
## Test plan
- [ ] CI passes on this PR (the workflow files themselves are the
change, so CI validates they parse correctly)
- [ ] Verify `ci.yaml` shared workflow `uses:` lines still reference
`@main`
2026-04-23 05:49:17 -05:00
Kevin Turcios
60ba2d44ac
fix: upgrade Next.js to 16.2.3 and fix theme/roadmap issues ( #2591 )
...
## Summary
- Upgrade Next.js from 16.1.6 to 16.2.3
- Add `suppressHydrationWarning` to `<html>` tag to fix `next-themes`
hydration mismatch
- Remove unnecessary `isClient` guard in `ThemeProvider` that caused
script tag warning
- Redirect unauthenticated `/roadmap` visitors to `/login` instead of
`/`
## Test plan
- [ ] Verify `/roadmap` redirects to `/login` when not logged in
- [ ] Verify `/roadmap` loads correctly when logged in as team member
- [ ] Verify no hydration warnings in browser console
- [ ] Verify dark/light theme switching still works
2026-04-10 03:51:28 -05:00
Saurabh Misra
5a9be12a5d
Update github action versions as these are going to be deprecated soon
2024-06-28 14:04:42 -07:00
afik.cohen
cedf28aff9
Fix wd for other workflows too
2024-01-03 18:04:08 -08:00
afik.cohen
dcabbcf000
Add debug logging to figure out why testcases are being skipped due to no file
2023-11-02 13:42:32 -07:00
afik.cohen
2000c37b2b
Disable publishing to pypi for now
2023-11-02 12:30:17 -07:00
afik.cohen
4ca2904013
Add publish to pypi action when we're ready
2023-11-01 22:12:54 -07:00
afik.cohen
21c4bf40c1
aider: Added /Users/afik_cohen/repos/tacit/codeflash/.github/workflows/publish-to-pypi.yml
2023-11-01 22:06:48 -07:00