@@ -14,11 +14,11 @@ jobs:
1414 - name : Checkout the repository
1515 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1616 - name : Install pnpm
17- uses : pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5 .0.0
17+ uses : pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6 .0.8
1818 with :
1919 version : 11
2020 - name : Install Node.js
21- uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3 .0
21+ uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4 .0
2222 with :
2323 node-version : 26
2424 cache : pnpm
@@ -38,11 +38,11 @@ jobs:
3838 - name : Checkout the repository
3939 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4040 - name : Install pnpm
41- uses : pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5 .0.0
41+ uses : pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6 .0.8
4242 with :
4343 version : 11
4444 - name : Install Node.js ${{ matrix.node-version }}
45- uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3 .0
45+ uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4 .0
4646 with :
4747 node-version : ${{ matrix.node-version }}
4848 cache : pnpm
@@ -66,13 +66,13 @@ jobs:
6666 - name : Checkout the repository
6767 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
6868 - name : Install pnpm
69- uses : pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5 .0.0
69+ uses : pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6 .0.8
7070 with :
7171 version : 3
7272 env :
7373 ACTIONS_ALLOW_UNSECURE_COMMANDS : true
7474 - name : Install Node.js ${{ matrix.node-version }}
75- uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3 .0
75+ uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4 .0
7676 with :
7777 node-version : ${{ matrix.node-version }}
7878 - name : Install dependencies
0 commit comments