Skip to content

Commit

Permalink
Update set_response_time.yml
Browse files Browse the repository at this point in the history
Fix issue with response time action failing
  • Loading branch information
emawby authored Jan 5, 2024
1 parent a53d82e commit 2faf245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/set_response_time.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2faf245

Please sign in to comment.