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 1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Checkout Repo
18- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
18+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
1919 with :
2020 # This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
2121 fetch-depth : 0
Original file line number Diff line number Diff line change 1111 node_version : [ 20, 22, 24 ]
1212 steps :
1313 - name : checkout
14- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
14+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
1515 - name : setup Node.js ${{ matrix.node_version }}
1616 uses : actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3.9.1
1717 with :
Original file line number Diff line number Diff line change 99 deploy :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
12+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
1313 - name : Setup Node.js
1414 uses : actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3.9.1
1515 with :
You can’t perform that action at this time.
0 commit comments