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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
17+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
66+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
157+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
158158 with :
159159 fetch-depth : 0
160160
@@ -196,7 +196,7 @@ jobs:
196196 NODE_VERSION : 20
197197
198198 steps :
199- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
199+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
17+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
12+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
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