diff --git a/.github/workflows/typescript-code-analysis.yml b/.github/workflows/typescript-code-analysis.yml index 3a8f4b24..f19f69a1 100644 --- a/.github/workflows/typescript-code-analysis.yml +++ b/.github/workflows/typescript-code-analysis.yml @@ -50,7 +50,7 @@ jobs: env: PROJECT_NAME: react-router # Version variable name matches renovate.json configuration entry - REACT_ROUTER_VERSION: 6.28.2 + REACT_ROUTER_VERSION: 6.29.0 steps: - name: (Prepare Code to Analyze) Checkout react-router repository