Skip to content

Commit

Permalink
chore: update checksums (#343)
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 Sep 25, 2024
1 parent 5ea2a6d commit b910382
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.39.0'
default: '0.40.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.40.0':
'14dd41b1112ab73819333bc5bd51e67eeb5d45fa5b1fa924ce18ef8502dd4530',
'aarch64-macos-0.40.0':
'38ca66c8efa1e88fb01e815bd11181d5cf45cf91363a366fa1f0b8171c72045d',
'x86-windows-0.40.0':
'2e1b400456cde2a5d118e4ec162c70d46f651b46e656d7ad0a16b32b7d15ef00',
'x86_64-linux-0.40.0':
'93c34835187659e1a18f636e9440d47bee7c45b8e6aef5fd95ef6099c20d804e',
'x86_64-macos-0.40.0':
'e9689aede59346f543dfbcdefaf077a0a9583bb86b8fb66a2b4ba946fbcb607a',
'x86_64-windows-0.40.0':
'901909b2d04bbb5df61290d985404a458fa76ddcba44fc6fb2c0d52f6282304f',
'aarch64-linux-0.39.0':
'b0a14141f0e24f7138040291bb7151babd1feabbc86c8d4470d5f87f28cbbb1e',
'aarch64-macos-0.39.0':
Expand Down

0 comments on commit b910382

Please sign in to comment.