diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index bc5063b0e..c68fb4843 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -39,7 +39,7 @@ jobs: run: | python bench/bench.py --callgrind --vm "./luau -O2" | tee output.txt - - name: Checkout Benchmark Results repository + - name: Checkout benchmark results uses: actions/checkout@v3 with: repository: ${{ matrix.benchResultsRepo.name }}