3030 matrix : ${{ steps.matrix.outputs.matrix }}
3131
3232 steps :
33- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
33+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
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/
6262 fail-fast : false
6363
6464 steps :
65- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
65+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
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/
8787 echo "store=$(pnpm store path)" >> $GITHUB_OUTPUT
8888
8989 - name : Restore pnpm cache
90- uses : actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
90+ uses : actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
9191 with :
9292 path : ${{ steps.pnpm-cache.outputs.store }}
9393 key : ${{ runner.os }}-pnpm-store-cache-
@@ -132,14 +132,14 @@ jobs:
132132 - test
133133
134134 steps :
135- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
135+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
136136 - uses : ./.github/actions/setup-for-scripts
137137
138138 - name : Get suggestions dir
139139 id : suggestions-dir
140140 run : echo "path=$(node ./scripts/get-suggestions-dir.js)" >> "$GITHUB_OUTPUT"
141141
142- - uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
142+ - uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
143143 with :
144144 path : ${{ steps.suggestions-dir.outputs.path }}
145145 merge-multiple : true
@@ -162,7 +162,7 @@ jobs:
162162 if : github.repository == 'DefinitelyTyped/DefinitelyTyped'
163163
164164 steps :
165- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
165+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
166166 - uses : ./.github/actions/setup-for-scripts
167167
168168 - run : pnpm tsc -p ./scripts
0 commit comments