@@ -225,7 +225,7 @@ jobs:
225225 npm link ../sdk-internal
226226
227227 - name : Cache Native Module
228- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2 .0
228+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3 .0
229229 id : cache
230230 with :
231231 path : |
@@ -381,7 +381,7 @@ jobs:
381381 npm link ../sdk-internal
382382
383383 - name : Cache Native Module
384- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2 .0
384+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3 .0
385385 id : cache
386386 with :
387387 path : |
@@ -426,7 +426,7 @@ jobs:
426426 if-no-files-found : error
427427
428428 - name : Upload tar.gz artifact
429- uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
429+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
430430 with :
431431 name : bitwarden_${{ env._PACKAGE_VERSION }}_arm64.tar.gz
432432 path : apps/desktop/dist/bitwarden_desktop_arm64.tar.gz
@@ -537,7 +537,7 @@ jobs:
537537 npm link ../sdk-internal
538538
539539 - name : Cache Native Module
540- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2 .0
540+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3 .0
541541 id : cache
542542 with :
543543 path : |
@@ -793,7 +793,7 @@ jobs:
793793 npm link ../sdk-internal
794794
795795 - name : Cache Native Module
796- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2 .0
796+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3 .0
797797 id : cache
798798 with :
799799 path : |
@@ -971,7 +971,7 @@ jobs:
971971 - name : Set up Python
972972 uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
973973 with :
974- python-version : ' 3.12 '
974+ python-version : ' 3.14 '
975975
976976 - name : Set up Node-gyp
977977 run : python3 -m pip install setuptools
@@ -986,14 +986,14 @@ jobs:
986986
987987 - name : Cache Build
988988 id : build-cache
989- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2 .0
989+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3 .0
990990 with :
991991 path : apps/desktop/build
992992 key : ${{ runner.os }}-${{ github.run_id }}-build
993993
994994 - name : Cache Safari
995995 id : safari-cache
996- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2 .0
996+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3 .0
997997 with :
998998 path : apps/browser/dist/Safari
999999 key : ${{ runner.os }}-${{ github.run_id }}-safari-extension
@@ -1139,7 +1139,7 @@ jobs:
11391139 npm link ../sdk-internal
11401140
11411141 - name : Cache Native Module
1142- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2 .0
1142+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3 .0
11431143 id : cache
11441144 with :
11451145 path : |
@@ -1201,7 +1201,7 @@ jobs:
12011201 - name : Set up Python
12021202 uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
12031203 with :
1204- python-version : ' 3.12 '
1204+ python-version : ' 3.14 '
12051205
12061206 - name : Set up Node-gyp
12071207 run : python3 -m pip install setuptools
@@ -1216,14 +1216,14 @@ jobs:
12161216
12171217 - name : Get Build Cache
12181218 id : build-cache
1219- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2 .0
1219+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3 .0
12201220 with :
12211221 path : apps/desktop/build
12221222 key : ${{ runner.os }}-${{ github.run_id }}-build
12231223
12241224 - name : Setup Safari Cache
12251225 id : safari-cache
1226- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2 .0
1226+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3 .0
12271227 with :
12281228 path : apps/browser/dist/Safari
12291229 key : ${{ runner.os }}-${{ github.run_id }}-safari-extension
@@ -1353,7 +1353,7 @@ jobs:
13531353 npm link ../sdk-internal
13541354
13551355 - name : Cache Native Module
1356- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2 .0
1356+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3 .0
13571357 id : cache
13581358 with :
13591359 path : |
@@ -1466,7 +1466,7 @@ jobs:
14661466 - name : Set up Python
14671467 uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
14681468 with :
1469- python-version : ' 3.12 '
1469+ python-version : ' 3.14 '
14701470
14711471 - name : Set up Node-gyp
14721472 run : python3 -m pip install setuptools
@@ -1481,14 +1481,14 @@ jobs:
14811481
14821482 - name : Get Build Cache
14831483 id : build-cache
1484- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2 .0
1484+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3 .0
14851485 with :
14861486 path : apps/desktop/build
14871487 key : ${{ runner.os }}-${{ github.run_id }}-build
14881488
14891489 - name : Setup Safari Cache
14901490 id : safari-cache
1491- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2 .0
1491+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3 .0
14921492 with :
14931493 path : apps/browser/dist/Safari
14941494 key : ${{ runner.os }}-${{ github.run_id }}-safari-extension
@@ -1626,7 +1626,7 @@ jobs:
16261626 npm link ../sdk-internal
16271627
16281628 - name : Cache Native Module
1629- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2 .0
1629+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3 .0
16301630 id : cache
16311631 with :
16321632 path : |
@@ -1747,7 +1747,7 @@ jobs:
17471747 if : |
17481748 github.event_name != 'pull_request_target'
17491749 && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/rc' || github.ref == 'refs/heads/hotfix-rc-desktop')
1750- uses : slackapi/slack-github-action@485a9d42d3a73031f12ec201c457e2162c45d02d # v2.0.0
1750+ uses : slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a # v2.1.1
17511751 with :
17521752 channel-id : C074F5UESQ0
17531753 method : chat.postMessage
@@ -1805,7 +1805,7 @@ jobs:
18051805 uses : bitwarden/gh-actions/azure-logout@main
18061806
18071807 - name : Upload Sources
1808- uses : crowdin/github-action@f214c8723025f41fc55b2ad26e67b60b80b1885d # v2.7.1
1808+ uses : crowdin/github-action@08713f00a50548bfe39b37e8f44afb53e7a802d4 # v2.12.0
18091809 env :
18101810 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
18111811 CROWDIN_API_TOKEN : ${{ steps.retrieve-secrets.outputs.crowdin-api-token }}
0 commit comments