Skip to content

Commit

Permalink
chore: update checksums (#347)
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 Oct 22, 2024
1 parent cba39b6 commit ab2421b
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.41.0'
default: '0.42.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.42.0':
'6a57fdcbe2ce946d841b7262652b16be62384efa53b9ef11b8d4c1d1d2e288f4',
'aarch64-macos-0.42.0':
'592dc9300172c7227a526ebbba66363722d7ac7782d4ca2dd3ac759a99681fd4',
'x86-windows-0.42.0':
'e89962127a54ef261fcb22cf8b365a768d9a42954e12f71830d07fa04f4fe3d2',
'x86_64-linux-0.42.0':
'1233f41f951d1122c1ffed3dbe7b0b101793ddf0d3df635adcf7bd757ac7ccbc',
'x86_64-macos-0.42.0':
'5794b9e7f09b55ad9471fdd602364b1c8a57aa5d78a74e8034317b38b296597b',
'x86_64-windows-0.42.0':
'dd4717831dff0aaa94d492adf4cdbf449d501ad012b0b95b6f525e3d9d62cd10',
'aarch64-linux-0.41.0':
'2e552844646428120919e6cc698cdeb28f5fe17903f6b4e963bae98474c24d63',
'aarch64-macos-0.41.0':
Expand Down

0 comments on commit ab2421b

Please sign in to comment.