6969 targets : ${{ matrix.settings.target }}
7070
7171 - name : Cache cargo registry
72- uses : Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5
72+ uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
7373 with :
7474 key : ${{ matrix.settings.target }}-cargo-${{ matrix.settings.os }}
7575
@@ -130,7 +130,7 @@ jobs:
130130 run : 7z a ./bws-${{ matrix.settings.target }}-%_PACKAGE_VERSION%.zip ./target/${{ matrix.settings.target }}/release/bws.exe
131131
132132 - name : Upload artifact
133- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
133+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
134134 with :
135135 name : bws-${{ matrix.settings.target }}-${{ env._PACKAGE_VERSION }}.zip
136136 path : ./bws-${{ matrix.settings.target }}-${{ env._PACKAGE_VERSION }}.zip
@@ -166,7 +166,7 @@ jobs:
166166 targets : ${{ matrix.settings.target }}
167167
168168 - name : Cache cargo registry
169- uses : Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5
169+ uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
170170 with :
171171 key : ${{ matrix.settings.target }}-cargo-${{ matrix.settings.os }}
172172
@@ -254,7 +254,7 @@ jobs:
254254 xcrun notarytool submit ./bws-${{ matrix.settings.target }}-${{ env._PACKAGE_VERSION }}.zip --keychain-profile "notarytool-profile" --wait
255255
256256 - name : Upload artifact
257- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
257+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
258258 with :
259259 name : bws-${{ matrix.settings.target }}-${{ env._PACKAGE_VERSION }}.zip
260260 path : ./bws-${{ matrix.settings.target }}-${{ env._PACKAGE_VERSION }}.zip
@@ -299,7 +299,7 @@ jobs:
299299 version : 0.15.1
300300
301301 - name : Cache cargo registry
302- uses : Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5
302+ uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
303303 with :
304304 key : ${{ matrix.settings.target }}-cargo-${{ matrix.settings.os }}
305305
@@ -315,7 +315,7 @@ jobs:
315315 run : zip -j ./bws-${{ matrix.settings.target }}-${{ env._PACKAGE_VERSION }}.zip ./target/${{ matrix.settings.target }}/release/bws
316316
317317 - name : Upload artifact
318- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
318+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
319319 with :
320320 name : bws-${{ matrix.settings.target }}-${{ env._PACKAGE_VERSION }}.zip
321321 path : ./bws-${{ matrix.settings.target }}-${{ env._PACKAGE_VERSION }}.zip
@@ -435,7 +435,7 @@ jobs:
435435 xcrun notarytool submit ./bws-macos-universal-${{ env._PACKAGE_VERSION }}.zip --keychain-profile "notarytool-profile" --wait
436436
437437 - name : Upload artifact
438- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
438+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
439439 with :
440440 name : bws-macos-universal-${{ env._PACKAGE_VERSION }}.zip
441441 path : ./bws-macos-universal-${{ env._PACKAGE_VERSION }}.zip
@@ -458,7 +458,7 @@ jobs:
458458 toolchain : stable
459459
460460 - name : Cache cargo registry
461- uses : Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5
461+ uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
462462 with :
463463 key : cargo-cli-about
464464
@@ -472,7 +472,7 @@ jobs:
472472 sed -i.bak 's/\$NAME\$/Bitwarden Secrets Manager CLI/g' THIRDPARTY.html
473473
474474 - name : Upload artifact
475- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
475+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
476476 with :
477477 name : THIRDPARTY.html
478478 path : ./crates/bws/THIRDPARTY.html
@@ -494,7 +494,7 @@ jobs:
494494 toolchain : stable
495495
496496 - name : Cache cargo registry
497- uses : Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5
497+ uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
498498 with :
499499 key : cargo-cli-manpage
500500
@@ -505,7 +505,7 @@ jobs:
505505 mv $OUT_DIR/manpages .
506506
507507 - name : Upload artifact
508- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
508+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
509509 with :
510510 name : manpages
511511 path : ./manpages/*
0 commit comments