From 5280d7831ea1ffe2f5e152653af010612da9a23e Mon Sep 17 00:00:00 2001 From: Salman Muin Kayser Chishti <13schishti@gmail.com> Date: Mon, 2 Feb 2026 09:20:41 +0000 Subject: [PATCH 1/2] Upgrade GitHub Actions for Node 24 compatibility Signed-off-by: Salman Muin Kayser Chishti <13schishti@gmail.com> --- .github/workflows/upstream-monitor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/upstream-monitor.yml b/.github/workflows/upstream-monitor.yml index 45b3a999..04140e8d 100644 --- a/.github/workflows/upstream-monitor.yml +++ b/.github/workflows/upstream-monitor.yml @@ -25,7 +25,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 @@ -63,7 +63,7 @@ jobs: - name: Create or update issue if: steps.check.outputs.upstream_commits > 0 || steps.check.outputs.quotio_commits > 0 - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const upstreamCommits = '${{ steps.check.outputs.upstream_commits }}'; From 4c3c2f0c5e5b40adffd61c9f3ce7a8f450e2ae51 Mon Sep 17 00:00:00 2001 From: Ratul Sarna Date: Fri, 6 Feb 2026 16:45:14 +0530 Subject: [PATCH 2/2] Trigger CI for PR 290 validation