File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-22.04
1717 steps :
1818 - name : Get the sources
19- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
19+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
2020 - name : Fetch all tags and branches
2121 run : git fetch --prune --unshallow
2222 - name : Install .NET
5151 runs-on : ${{ matrix.os }}
5252 steps :
5353 - name : Get the sources
54- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
54+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
5555 - name : Prepare integration tests
5656 uses : ./.github/actions/prepare-integration-test
5757 with :
7575 runs-on : ${{ matrix.os }}
7676 steps :
7777 - name : Get the sources
78- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
78+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
7979 - name : Prepare integration tests
8080 uses : ./.github/actions/prepare-integration-test
8181 with :
Original file line number Diff line number Diff line change 2323 runs-on : ${{ matrix.os }}
2424 steps :
2525 - name : Get the sources
26- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
26+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
2727 - name : Fetch all tags and branches
2828 run : git fetch --prune --unshallow
2929 - name : Install .NET
You can’t perform that action at this time.
0 commit comments