Skip to content

Commit 41611eb

Browse files
authored
Fix set_response_time.yml
1 parent c371096 commit 41611eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/set_response_time.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
- uses: actions/checkout@v3
1818
with:
1919
token: ${{ secrets.GITHUB_TOKEN }}
20-
- run: npm install @octokit/action
21-
- uses: actions/github-script@v6.0.7
20+
- run: npm install @octokit/action@6.0.6
21+
- uses: actions/github-script@v6
2222
id: set-time
2323
with:
2424
result-encoding: string

0 commit comments

Comments
 (0)