@@ -30,12 +30,12 @@ jobs:
3030 matrix : ${{ steps.matrix.outputs.matrix }}
3131
3232 steps :
33- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
33+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
3434 with :
3535 # Need this to be able to inquire about origin/master
3636 filter : blob:none # https://github.blog/2020-12-21-get-up-to-speed-with-partial-clone-and-shallow-clone/
3737 fetch-depth : 0 # Default is 1; need to set to 0 to get the benefits of blob:none.
38- - uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0 .0
38+ - uses : actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1 .0
3939 with :
4040 node-version : ' 20'
4141
@@ -62,12 +62,12 @@ jobs:
6262 fail-fast : false
6363
6464 steps :
65- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
65+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
6666 with :
6767 # Need this to be able to inquire about origin/master
6868 filter : blob:none # https://github.blog/2020-12-21-get-up-to-speed-with-partial-clone-and-shallow-clone/
6969 fetch-depth : 0 # Default is 1; need to set to 0 to get the benefits of blob:none.
70- - uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0 .0
70+ - uses : actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1 .0
7171 with :
7272 node-version : ' 20'
7373
@@ -132,7 +132,7 @@ jobs:
132132 - test
133133
134134 steps :
135- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
135+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
136136 - uses : ./.github/actions/setup-for-scripts
137137
138138 - name : Get suggestions dir
@@ -162,7 +162,7 @@ jobs:
162162 if : github.repository == 'DefinitelyTyped/DefinitelyTyped'
163163
164164 steps :
165- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
165+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
166166 - uses : ./.github/actions/setup-for-scripts
167167
168168 - run : pnpm tsc -p ./scripts
0 commit comments