We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4073e5b commit f4daa1aCopy full SHA for f4daa1a
.github/workflows/benchmark.yml
@@ -14,7 +14,7 @@ jobs:
14
PR-BENCH: ${{ steps.benchmark-pr.outputs.BENCH_RESULT }}
15
MASTER-BENCH: ${{ steps.benchmark-master.outputs.BENCH_RESULT }}
16
steps:
17
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
18
with:
19
persist-credentials: false
20
ref: ${{github.event.pull_request.head.sha}}
@@ -39,7 +39,7 @@ jobs:
39
echo "::set-output name=BENCH_RESULT::$content"
40
41
# master benchmark
42
43
44
ref: 'master'
45
0 commit comments