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 15
15
runs-on : ubuntu-latest
16
16
steps :
17
17
- name : Checkout Repo
18
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
18
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
19
19
with :
20
20
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
21
21
fetch-depth : 0
Original file line number Diff line number Diff line change 11
11
node_version : [ 20, 22, 24 ]
12
12
steps :
13
13
- name : checkout
14
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
14
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
15
15
- name : setup Node.js ${{ matrix.node_version }}
16
16
uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
17
17
with :
Original file line number Diff line number Diff line change 9
9
deploy :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
12
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
13
13
- name : Setup Node.js
14
14
uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
15
15
with :
You can’t perform that action at this time.
0 commit comments