File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,6 @@ inputs:
1717runs :
1818 using : " composite"
1919 steps :
20- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
21-
2220 - uses : actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4
2321 with :
2422 distribution : " temurin"
Original file line number Diff line number Diff line change 5757
5858 steps :
5959 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
60- - uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
60+ with :
61+ fetch-depth : 0
6162 - name : Run nf-test Action
6263 uses : ./.github/actions/nf-test-action
6364 env :
Original file line number Diff line number Diff line change 8282 SENTIEON_ENCRYPTION_KEY : ${{ secrets.SENTIEON_ENCRYPTION_KEY }}
8383 steps :
8484 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
85- - uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
85+ with :
86+ fetch-depth : 0
8687 - name : Run nf-test Action
8788 uses : ./.github/actions/nf-test-action
8889 with :
You can’t perform that action at this time.
0 commit comments