From ab46e4bb07dd484c5c39577f4c36a6a1c1752457 Mon Sep 17 00:00:00 2001
From: Elliot Mawby <emawby@gmail.com>
Date: Fri, 5 Jan 2024 10:57:42 -0800
Subject: [PATCH] Update set_response_time.yml

Fix issue with response time calculation action failing
---
 .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 c9529115e..4b711ee71 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
+      - run: npm install @octokit/action@6.0.6
       - uses: actions/github-script@v6
         id: set-time 
         with: