File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,13 +17,13 @@ jobs:
1717 PR-BENCH : ${{ steps.benchmark-pr.outputs.BENCH_RESULT }}
1818 MAIN-BENCH : ${{ steps.benchmark-main.outputs.BENCH_RESULT }}
1919 steps :
20- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
20+ - uses : actions/checkout@v4
2121 with :
2222 persist-credentials : false
2323 ref : ${{github.event.pull_request.head.sha}}
2424 repository : ${{github.event.pull_request.head.repo.full_name}}
2525
26- - uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
26+ - uses : actions/setup-node@v4
2727 with :
2828 check-latest : true
2929 node-version : 20
4343 echo "::set-output name=BENCH_RESULT::$content"
4444
4545 # main benchmark
46- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
46+ - uses : actions/checkout@v4
4747 with :
4848 ref : ' main'
4949 persist-credentials : false
You can’t perform that action at this time.
0 commit comments