Skip to content

Commit 1f4287d

Browse files
committed
[Dev] Update set_response_time.yml
Fix issue with node version in action > 6.0.6
1 parent d553e73 commit 1f4287d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/set_response_time.yml

Lines changed: 1 addition & 1 deletion
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)