File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 14
14
create_pre_release :
15
15
runs-on : ubuntu-latest
16
16
steps :
17
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
17
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
18
18
with :
19
19
fetch-depth : 0
20
20
- run : GH_CREATE_PRE_RELEASE=true ./script/ci/release.sh
63
63
NODE_VERSION : ${{ matrix.node-version }}
64
64
65
65
steps :
66
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
66
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
67
67
if : github.ref == 'refs/heads/master'
68
68
with :
69
69
fetch-depth : 0
@@ -154,7 +154,7 @@ jobs:
154
154
LOG_LEVEL : debug
155
155
156
156
steps :
157
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
157
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
158
158
with :
159
159
fetch-depth : 0
160
160
@@ -196,7 +196,7 @@ jobs:
196
196
NODE_VERSION : 20
197
197
198
198
steps :
199
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
199
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
200
200
with :
201
201
fetch-depth : 0
202
202
Original file line number Diff line number Diff line change 14
14
NODE_VERSION : 20
15
15
16
16
steps :
17
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
17
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
18
18
with :
19
19
fetch-depth : 0
20
20
Original file line number Diff line number Diff line change 9
9
update :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
12
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
13
13
14
14
- run : |
15
15
git config --global user.email "${GITHUB_ACTOR}@users.noreply.github.com"
You can’t perform that action at this time.
0 commit comments