From d13a335a08af9b2129c6bab9a0140d160d12e1f5 Mon Sep 17 00:00:00 2001 From: Bharat Date: Fri, 1 May 2026 21:57:30 +0100 Subject: [PATCH] chore(INF-912): bump deprecated node20 actions to node24 successors Follow-up to the original INF-912 sweep covering action majors that still pinned node20 after merge of the first wave. Resulting pins: - astral-sh/setup-uv@v7 --- .github/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index c1842a2..3c56106 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -19,7 +19,7 @@ jobs: steps: - uses: actions/checkout@v5 - name: Setup uv - uses: astral-sh/setup-uv@v6 + uses: astral-sh/setup-uv@v7 with: python-version: '3.10' - name: Install dependencies