Skip to content

Commit

Permalink
chore: add known checksums for 0.28.0 (#201)
Browse files Browse the repository at this point in the history
Co-authored-by: eifinger <1481961+eifinger@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and eifinger authored Mar 7, 2024
1 parent 0e520e1 commit f95450b
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.28.0':
'00c3805b1986ae79787388917964bbeee0a1c4adc3dea1ba0060bd9756f0b405',
'aarch64-macos-0.28.0':
'90511869fbeb28629d81c5345c74e71e3b3e566f947843c58703a2bb599f82ad',
'x86-windows-0.28.0':
'a9ec8335157fc3907d033180076ce656038cc52c0718dace2d27290c4c75914d',
'x86_64-linux-0.28.0':
'7dc1145925cd47d4afc425d61557031e194f3f2b2a4f8921dccb927a962652e2',
'x86_64-macos-0.28.0':
'4220b75b2823df21e80507233a7e4320c53044a8518ce26018a2da0e037b1703',
'x86_64-windows-0.28.0':
'9d3517c96449203aa062bbcad0dc5361610e5606800632508ba68dda616d0b06',
'aarch64-linux-0.27.0':
'2dac67ea4d3bc7313efe456471f2c0a13939e3dc1636361f8632ae33b1820a84',
'aarch64-macos-0.27.0':
Expand Down

0 comments on commit f95450b

Please sign in to comment.