3636 emulator-samples : ${{ steps.find.outputs.emulator }}
3737 no-emulator-samples : ${{ steps.find.outputs.no_emulator }}
3838 steps :
39- - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
39+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
4040
4141 - name : 🔍 Discover samples via sample.json
4242 id : find
@@ -84,10 +84,10 @@ jobs:
8484 matrix :
8585 node-version : ["22.x"]
8686 steps :
87- - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
87+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
8888
8989 - name : ⚙️ Setup Node.js ${{ matrix.node-version }}
90- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 .4.0
90+ uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 .4.0
9191 with :
9292 node-version : ${{ matrix.node-version }}
9393 cache : npm
9999 run : npm run build
100100
101101 - name : 📁 Cache build output
102- uses : actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3 .0
102+ uses : actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1 .0
103103 with :
104104 path : |
105105 node_modules
@@ -120,15 +120,15 @@ jobs:
120120 sample : ${{ fromJson(needs.discover.outputs.no-emulator-samples) }}
121121 node-version : ["22.x"]
122122 steps :
123- - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
123+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
124124
125125 - name : ⚙️ Setup Node.js ${{ matrix.node-version }}
126- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 .4.0
126+ uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 .4.0
127127 with :
128128 node-version : ${{ matrix.node-version }}
129129
130130 - name : 📦 Restore build cache
131- uses : actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3 .0
131+ uses : actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1 .0
132132 with :
133133 path : |
134134 node_modules
@@ -169,7 +169,7 @@ jobs:
169169 DURABLE_TASK_SCHEDULER_CONNECTION_STRING : " Endpoint=http://localhost:8080;Authentication=None;TaskHub=default"
170170
171171 steps :
172- - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
172+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
173173
174174 - name : 🐳 Start DTS emulator
175175 run : |
@@ -190,12 +190,12 @@ jobs:
190190 run : sleep 10
191191
192192 - name : ⚙️ Setup Node.js ${{ matrix.node-version }}
193- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 .4.0
193+ uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 .4.0
194194 with :
195195 node-version : ${{ matrix.node-version }}
196196
197197 - name : 📦 Restore build cache
198- uses : actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3 .0
198+ uses : actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1 .0
199199 with :
200200 path : |
201201 node_modules
0 commit comments