File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-latest
2020 if : ${{ !contains(github.event.pull_request.labels.*.name, 'ignore-changeset') }}
2121 steps :
22- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
22+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
2323 with :
2424 fetch-depth : 0 # Include history so Changesets finds merge-base
2525 - name : Set up environment
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 environment : publish
1616 steps :
17- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
17+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
1818 with :
1919 fetch-depth : 0 # To get all tags
2020 ref : ${{ github.ref }}
Original file line number Diff line number Diff line change 1717 pull-requests : write
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
20+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
2121 with :
2222 fetch-depth : 0 # To get all tags
2323 ref : ${{ github.ref }}
You can’t perform that action at this time.
0 commit comments