@@ -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 : |
@@ -372,7 +372,7 @@ jobs:
372372 npm link ../sdk-internal
373373
374374 - name : Cache Native Module
375- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2 .0
375+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3 .0
376376 id : cache
377377 with :
378378 path : |
@@ -406,7 +406,7 @@ jobs:
406406 run : npm run dist:lin:arm64
407407
408408 - name : Upload tar.gz artifact
409- uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
409+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
410410 with :
411411 name : bitwarden_${{ env._PACKAGE_VERSION }}_arm64.tar.gz
412412 path : apps/desktop/dist/bitwarden_desktop_arm64.tar.gz
@@ -504,7 +504,7 @@ jobs:
504504 npm link ../sdk-internal
505505
506506 - name : Cache Native Module
507- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2 .0
507+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3 .0
508508 id : cache
509509 with :
510510 path : |
@@ -759,7 +759,7 @@ jobs:
759759 npm link ../sdk-internal
760760
761761 - name : Cache Native Module
762- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2 .0
762+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3 .0
763763 id : cache
764764 with :
765765 path : |
@@ -934,7 +934,12 @@ jobs:
934934 cache : ' npm'
935935 cache-dependency-path : ' **/package-lock.json'
936936 node-version : ${{ env._NODE_VERSION }}
937-
937+
938+ - name : Set up Python
939+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
940+ with :
941+ python-version : ' 3.14'
942+
938943 - name : Set up Node-gyp
939944 run : python3 -m pip install setuptools
940945
@@ -948,14 +953,14 @@ jobs:
948953
949954 - name : Cache Build
950955 id : build-cache
951- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2 .0
956+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3 .0
952957 with :
953958 path : apps/desktop/build
954959 key : ${{ runner.os }}-${{ github.run_id }}-build
955960
956961 - name : Cache Safari
957962 id : safari-cache
958- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2 .0
963+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3 .0
959964 with :
960965 path : apps/browser/dist/Safari
961966 key : ${{ runner.os }}-${{ github.run_id }}-safari-extension
@@ -1101,7 +1106,7 @@ jobs:
11011106 npm link ../sdk-internal
11021107
11031108 - name : Cache Native Module
1104- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2 .0
1109+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3 .0
11051110 id : cache
11061111 with :
11071112 path : |
@@ -1161,7 +1166,12 @@ jobs:
11611166 cache : ' npm'
11621167 cache-dependency-path : ' **/package-lock.json'
11631168 node-version : ${{ env._NODE_VERSION }}
1164-
1169+
1170+ - name : Set up Python
1171+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
1172+ with :
1173+ python-version : ' 3.14'
1174+
11651175 - name : Set up Node-gyp
11661176 run : python3 -m pip install setuptools
11671177
@@ -1175,14 +1185,14 @@ jobs:
11751185
11761186 - name : Get Build Cache
11771187 id : build-cache
1178- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2 .0
1188+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3 .0
11791189 with :
11801190 path : apps/desktop/build
11811191 key : ${{ runner.os }}-${{ github.run_id }}-build
11821192
11831193 - name : Setup Safari Cache
11841194 id : safari-cache
1185- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2 .0
1195+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3 .0
11861196 with :
11871197 path : apps/browser/dist/Safari
11881198 key : ${{ runner.os }}-${{ github.run_id }}-safari-extension
@@ -1312,7 +1322,7 @@ jobs:
13121322 npm link ../sdk-internal
13131323
13141324 - name : Cache Native Module
1315- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2 .0
1325+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3 .0
13161326 id : cache
13171327 with :
13181328 path : |
@@ -1422,7 +1432,12 @@ jobs:
14221432 cache : ' npm'
14231433 cache-dependency-path : ' **/package-lock.json'
14241434 node-version : ${{ env._NODE_VERSION }}
1425-
1435+
1436+ - name : Set up Python
1437+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
1438+ with :
1439+ python-version : ' 3.14'
1440+
14261441 - name : Set up Node-gyp
14271442 run : python3 -m pip install setuptools
14281443
@@ -1436,14 +1451,14 @@ jobs:
14361451
14371452 - name : Get Build Cache
14381453 id : build-cache
1439- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2 .0
1454+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3 .0
14401455 with :
14411456 path : apps/desktop/build
14421457 key : ${{ runner.os }}-${{ github.run_id }}-build
14431458
14441459 - name : Setup Safari Cache
14451460 id : safari-cache
1446- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2 .0
1461+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3 .0
14471462 with :
14481463 path : apps/browser/dist/Safari
14491464 key : ${{ runner.os }}-${{ github.run_id }}-safari-extension
@@ -1581,7 +1596,7 @@ jobs:
15811596 npm link ../sdk-internal
15821597
15831598 - name : Cache Native Module
1584- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2 .0
1599+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3 .0
15851600 id : cache
15861601 with :
15871602 path : |
@@ -1702,7 +1717,7 @@ jobs:
17021717 if : |
17031718 github.event_name != 'pull_request_target'
17041719 && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/rc' || github.ref == 'refs/heads/hotfix-rc-desktop')
1705- uses : slackapi/slack-github-action@485a9d42d3a73031f12ec201c457e2162c45d02d # v2.0.0
1720+ uses : slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a # v2.1.1
17061721 with :
17071722 channel-id : C074F5UESQ0
17081723 method : chat.postMessage
@@ -1760,7 +1775,7 @@ jobs:
17601775 uses : bitwarden/gh-actions/azure-logout@main
17611776
17621777 - name : Upload Sources
1763- uses : crowdin/github-action@f214c8723025f41fc55b2ad26e67b60b80b1885d # v2.7.1
1778+ uses : crowdin/github-action@08713f00a50548bfe39b37e8f44afb53e7a802d4 # v2.12.0
17641779 env :
17651780 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
17661781 CROWDIN_API_TOKEN : ${{ steps.retrieve-secrets.outputs.crowdin-api-token }}
0 commit comments