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:
17
17
PR-BENCH : ${{ steps.benchmark-pr.outputs.BENCH_RESULT }}
18
18
MAIN-BENCH : ${{ steps.benchmark-main.outputs.BENCH_RESULT }}
19
19
steps :
20
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
20
+ - uses : actions/checkout@v4
21
21
with :
22
22
persist-credentials : false
23
23
ref : ${{github.event.pull_request.head.sha}}
24
24
repository : ${{github.event.pull_request.head.repo.full_name}}
25
25
26
- - uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
26
+ - uses : actions/setup-node@v4
27
27
with :
28
28
check-latest : true
29
29
node-version : 20
43
43
echo "::set-output name=BENCH_RESULT::$content"
44
44
45
45
# main benchmark
46
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
46
+ - uses : actions/checkout@v4
47
47
with :
48
48
ref : ' main'
49
49
persist-credentials : false
You can’t perform that action at this time.
0 commit comments