@@ -35,11 +35,11 @@ jobs:
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@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
38+ - uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0 .0
3939 with :
4040 node-version : ' 20'
4141
42- - uses : pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1 .0
42+ - uses : pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2 .0
4343
4444 - id : matrix
4545 run : |
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@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
70+ - uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0 .0
7171 with :
7272 node-version : ' 20'
7373
@@ -79,15 +79,15 @@ jobs:
7979 printf "Aborting: symlinks found:\n%s" "$symlinks"; exit 1
8080 fi
8181
82- - uses : pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1 .0
82+ - uses : pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2 .0
8383
8484 - name : Get pnpm cache info
8585 id : pnpm-cache
8686 run : |
8787 echo "store=$(pnpm store path)" >> $GITHUB_OUTPUT
8888
8989 - name : Restore pnpm cache
90- uses : actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
90+ uses : actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
9191 with :
9292 path : ${{ steps.pnpm-cache.outputs.store }}
9393 key : ${{ runner.os }}-pnpm-store-cache-
@@ -115,7 +115,7 @@ jobs:
115115 if : ${{ github.event_name == 'pull_request' }}
116116
117117 - name : Upload suggestions
118- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
118+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
119119 with :
120120 name : suggestions_${{ matrix.shardId }}_${{ matrix.shardCount }}
121121 if-no-files-found : ignore
@@ -139,7 +139,7 @@ jobs:
139139 id : suggestions-dir
140140 run : echo "path=$(node ./scripts/get-suggestions-dir.js)" >> "$GITHUB_OUTPUT"
141141
142- - uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
142+ - uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
143143 with :
144144 path : ${{ steps.suggestions-dir.outputs.path }}
145145 merge-multiple : true
0 commit comments