Skip to content

Commit

Permalink
chore: add known checksums for 0.29.0 (#203)
Browse files Browse the repository at this point in the history
Co-authored-by: eifinger <[email protected]>
  • Loading branch information
github-actions[bot] and eifinger authored Mar 11, 2024
1 parent f95450b commit e623ce8
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 3 deletions.
6 changes: 6 additions & 0 deletions dist/save-cache/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/save-cache/index.js.map

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions dist/setup/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/setup/index.js.map

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions dist/update-checksums/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/update-checksums/index.js.map

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions src/checksums.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
// AUTOGENERATED_DO_NOT_EDIT
export const KNOWN_CHECKSUMS: {[key: string]: string} = {
'aarch64-linux-0.29.0':
'5d743d91525c773d8ee148e2e6f1f16770dae539e39568bad3b03ccd69e5abc7',
'aarch64-macos-0.29.0':
'67127c80582d0a81806de6a32f8527b298439fe425d32abf322a068a7ae64e89',
'x86-windows-0.29.0':
'427f2f2ea0a6011ab777933381557dda8bfb50067a76a3ca8b187bea41011fd3',
'x86_64-linux-0.29.0':
'a950db192c8e814f5889f45bd926c6a9ea6f7323f7bc18a469036c666f6db815',
'x86_64-macos-0.29.0':
'f538d63afc930a5c636a54ae7d644d9793ffcee05a1875aed73b9a7fc621f26b',
'x86_64-windows-0.29.0':
'98b2425c0d54fa9c96c4ef929285ea9b64834ed9e53c876e3934e2a9ba6a874b',
'aarch64-linux-0.28.0':
'00c3805b1986ae79787388917964bbeee0a1c4adc3dea1ba0060bd9756f0b405',
'aarch64-macos-0.28.0':
Expand Down

0 comments on commit e623ce8

Please sign in to comment.