From 90ecde56292dff2eaa5856fd3c6f5a35aa875733 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 16:57:07 +0000 Subject: [PATCH] chore(deps): update actions/github-script action to v8 --- .github/workflows/memory.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/memory.yml b/.github/workflows/memory.yml index fdafe66b..606e86ca 100644 --- a/.github/workflows/memory.yml +++ b/.github/workflows/memory.yml @@ -38,7 +38,7 @@ jobs: - name: Configure repository id: workflow - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const { Workflow } = require('./.github/actions/handlers'); @@ -46,7 +46,7 @@ jobs: await workflow.configureRepository(); - name: Build memory graph - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const { Workflow } = require('./.github/actions/handlers'); @@ -54,7 +54,7 @@ jobs: await workflow.build(); - name: Report workflow issue - uses: actions/github-script@v7 + uses: actions/github-script@v8 if: always() with: script: |