From 3f22cccf6bb617dafeadb6b6cd6aa63e4511ffc2 Mon Sep 17 00:00:00 2001 From: Andreas Maier Date: Tue, 30 Jul 2024 11:03:00 +0200 Subject: [PATCH] Updated actions github-script to v7 to address node version warning Signed-off-by: Andreas Maier --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d4c6e3d3..741bb60a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -194,7 +194,7 @@ jobs: steps: - name: Set run type (normal, scheduled, release) id: set-run-type - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: result-encoding: string script: |