Skip to content

Commit cebff6c

Browse files
authored
Update set_response_time.yml
Fix issue with response time calculation failing
1 parent 14366f0 commit cebff6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/set_response_time.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v3
1818
with:
1919
token: ${{ secrets.GITHUB_TOKEN }}
20-
- run: npm install @octokit/action
20+
- run: npm install @octokit/action@6.0.6
2121
- uses: actions/github-script@v6
2222
id: set-time
2323
with:

0 commit comments

Comments
 (0)