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 1414 create_pre_release :
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
17+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
1818 with :
1919 fetch-depth : 0
2020 - run : GH_CREATE_PRE_RELEASE=true ./script/ci/release.sh
6363 NODE_VERSION : ${{ matrix.node-version }}
6464
6565 steps :
66- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
66+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
6767 if : github.ref == 'refs/heads/master' || contains(github.event.pull_request.title, '(rebuild)')
6868 with :
6969 fetch-depth : 0
@@ -154,7 +154,7 @@ jobs:
154154 LOG_LEVEL : debug
155155
156156 steps :
157- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
157+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
158158 with :
159159 fetch-depth : 0
160160
@@ -196,7 +196,7 @@ jobs:
196196 NODE_VERSION : 20
197197
198198 steps :
199- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
199+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
200200 with :
201201 fetch-depth : 0
202202
Original file line number Diff line number Diff line change 1414 NODE_VERSION : 20
1515
1616 steps :
17- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
17+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
1818 with :
1919 fetch-depth : 0
2020
Original file line number Diff line number Diff line change 99 update :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
12+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
1313
1414 - run : |
1515 git config --global user.email "${GITHUB_ACTOR}@users.noreply.github.com"
You can’t perform that action at this time.
0 commit comments