From 1f4287d3233692f263dd7fb54bc26531f45f71d4 Mon Sep 17 00:00:00 2001 From: Nan Date: Tue, 19 Dec 2023 13:55:28 -0800 Subject: [PATCH] [Dev] Update `set_response_time.yml` Fix issue with node version in action > 6.0.6 --- .github/workflows/set_response_time.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/set_response_time.yml b/.github/workflows/set_response_time.yml index e77fc84d..4b711ee7 100644 --- a/.github/workflows/set_response_time.yml +++ b/.github/workflows/set_response_time.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v3 with: token: ${{ secrets.GITHUB_TOKEN }} - - run: npm install @octokit/action + - run: npm install @octokit/action@6.0.6 - uses: actions/github-script@v6 id: set-time with: