2020 env :
2121 RUSTFLAGS : " -D warnings"
2222 steps :
23- - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
23+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2424 with :
2525 persist-credentials : false
2626
2929 toolchain : nightly
3030 components : rustfmt, clippy
3131
32- - uses : dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable
32+ - uses : dtolnay/rust-toolchain@5b842231ba77f5c045dba54ac5560fed2db780e2 # stable
3333 with :
3434 toolchain : stable
3535
@@ -51,11 +51,11 @@ jobs:
5151 name : Codegen
5252 runs-on : ubuntu-latest
5353 steps :
54- - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
54+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5555 with :
5656 persist-credentials : false
5757
58- - uses : dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable
58+ - uses : dtolnay/rust-toolchain@5b842231ba77f5c045dba54ac5560fed2db780e2 # stable
5959 with :
6060 toolchain : stable
6161
6565
6666 - uses : Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
6767
68- - uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 .4.0
68+ - uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 .4.0
6969 with :
7070 node-version : 22
7171
7676 run : ./scripts/codegen.sh
7777
7878 - name : Upload codegen output
79- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
79+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
8080 with :
8181 name : codegen-output
8282 if-no-files-found : error
@@ -96,11 +96,11 @@ jobs:
9696 env :
9797 TRUAPI_REQUIRE_GENERATED : 1
9898 steps :
99- - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
99+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
100100 with :
101101 persist-credentials : false
102102
103- - uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 .4.0
103+ - uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 .4.0
104104 with :
105105 node-version : 22
106106
@@ -109,7 +109,7 @@ jobs:
109109 bun-version : latest
110110
111111 - name : Download codegen output
112- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
112+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
113113 with :
114114 name : codegen-output
115115
@@ -129,16 +129,16 @@ jobs:
129129 env :
130130 TRUAPI_REQUIRE_GENERATED : 1
131131 steps :
132- - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
132+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
133133 with :
134134 persist-credentials : false
135135
136- - uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 .4.0
136+ - uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 .4.0
137137 with :
138138 node-version : 22
139139
140140 - name : Download codegen output
141- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
141+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
142142 with :
143143 name : codegen-output
144144
@@ -150,7 +150,7 @@ jobs:
150150 run : yarn install --frozen-lockfile
151151
152152 - name : Cache Next.js build
153- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
153+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
154154 with :
155155 path : playground/.next/cache
156156 key : ${{ runner.os }}-nextjs-${{ hashFiles('playground/yarn.lock') }}-${{ hashFiles('playground/src/**', 'playground/scripts/**', 'playground/public/**', 'playground/next.config.js', 'playground/tsconfig.json', 'playground/package.json') }}
@@ -172,16 +172,16 @@ jobs:
172172 env :
173173 TRUAPI_REQUIRE_GENERATED : 1
174174 steps :
175- - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
175+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
176176 with :
177177 persist-credentials : false
178178
179- - uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 .4.0
179+ - uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 .4.0
180180 with :
181181 node-version : 22
182182
183183 - name : Download codegen output
184- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
184+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
185185 with :
186186 name : codegen-output
187187
@@ -210,12 +210,12 @@ jobs:
210210 env :
211211 TRUAPI_REQUIRE_GENERATED : 1
212212 steps :
213- - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
213+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
214214 with :
215215 submodules : recursive
216216 persist-credentials : false
217217
218- - uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 .4.0
218+ - uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 .4.0
219219 with :
220220 node-version : 22
221221
@@ -224,7 +224,7 @@ jobs:
224224 bun-version : latest
225225
226226 - name : Download codegen output
227- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
227+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
228228 with :
229229 name : codegen-output
230230
@@ -249,7 +249,7 @@ jobs:
249249
250250 - name : Upload Playwright report
251251 if : failure()
252- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
252+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
253253 with :
254254 name : playwright-report
255255 path : playground/playwright-report
0 commit comments