File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 runs-on : macos-14
1111 steps :
1212 - name : Checkout
13- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
13+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
1414 - name : Unshallow
1515 run : git fetch --prune --unshallow
1616 - name : Set up Go
Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88 steps :
99 - name : checkout
10- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
10+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
1111 with :
1212 fetch-depth : 0
1313 - uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : checkout
15- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
15+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
1616 if : github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
1717 - name : reattach HEAD to Head Ref
1818 # b/c checkout action leaves in detached head state https://github.com/actions/checkout/issues/6
You can’t perform that action at this time.
0 commit comments