Skip to content

Commit

Permalink
chore: update checksums (#354)
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 Dec 10, 2024
1 parent ab2421b commit 59b2b15
Show file tree
Hide file tree
Showing 8 changed files with 34 additions and 4 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ author: 'eifinger'
inputs:
version:
description: 'The version of rye to install'
default: '0.42.0'
default: '0.43.0'
checksum:
description: 'The checksum of the rye version to install'
required: false
Expand Down
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-default-version/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-default-version/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.43.0':
'72db8238de446f300a1a9eb9d76caa05a8429aeb3315ae5de606462b9da20c5a',
'aarch64-macos-0.43.0':
'ed2be1057853fa584a9a92c643e358805be364e9adcbc86b210d0ac94348325c',
'x86-windows-0.43.0':
'2c2a4435c9c80a3d4b59aab018cc94eb9838519310916f7fac27538d84722133',
'x86_64-linux-0.43.0':
'ca702c3d93fd6ec76a1a0efaaa605e10736ee79a0674d241aad1bc0fe26f7d80',
'x86_64-macos-0.43.0':
'eaf3ac78f6dc6b3ccae5ddc9e8e5d54846f864028585440c4ee56453e849eb46',
'x86_64-windows-0.43.0':
'1c629d4103402fc1e6d9e00ea3243d39aeb7fdec916598c9ce9b595d0b151dd2',
'aarch64-linux-0.42.0':
'6a57fdcbe2ce946d841b7262652b16be62384efa53b9ef11b8d4c1d1d2e288f4',
'aarch64-macos-0.42.0':
Expand Down

0 comments on commit 59b2b15

Please sign in to comment.