We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 821fc6c + 2776f4d commit 301d252Copy full SHA for 301d252
1 file changed
.github/workflows/benchmarks.yml
@@ -58,7 +58,7 @@ jobs:
58
- name: Find latest main baseline
59
if: github.event_name == 'pull_request'
60
id: find-baseline
61
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
+ uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
62
with:
63
script: |
64
// Find the most recent successful run of this workflow on main.
0 commit comments