From 393d45b9151d1fe05663bbc99781c9089da35f7c Mon Sep 17 00:00:00 2001 From: Sameer Srivastava Date: Wed, 7 Aug 2024 14:27:04 +0200 Subject: [PATCH] Update benchmarks.yml --- .github/workflows/benchmarks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index 294034be8..86d89b960 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -93,7 +93,7 @@ jobs: - name: Get PR details if: github.event_name == 'workflow_dispatch' id: pr_details_1 - uses: actions/github-script@v6 + uses: actions/github-script@v7 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: