Skip to content

Commit

Permalink
chore: update checksums (#345)
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 29, 2024
1 parent b910382 commit cba39b6
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.40.0'
default: '0.41.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.41.0':
'2e552844646428120919e6cc698cdeb28f5fe17903f6b4e963bae98474c24d63',
'aarch64-macos-0.41.0':
'0751aa1f6d82921d44fe3503aab2975f4a52f4ea589f2533a0172d66f31cb243',
'x86-windows-0.41.0':
'dafa07263346bc7abe0d3959769745f17877f420cc4f9db777b7a4b35eef1f52',
'x86_64-linux-0.41.0':
'db3b57fe48c0704b537c0d1e7028d15d06d5357271d96c8cd8b5fa98cffc7b46',
'x86_64-macos-0.41.0':
'970962d3391849a649ea2d7325a0149a448c259ff30aaec8c0ca57574f1302a0',
'x86_64-windows-0.41.0':
'8c78063a8c655c95f1c0f5c7fc4bfb9f3f863f84ab07199af1cd4c1d25a40ddc',
'aarch64-linux-0.40.0':
'14dd41b1112ab73819333bc5bd51e67eeb5d45fa5b1fa924ce18ef8502dd4530',
'aarch64-macos-0.40.0':
Expand Down

0 comments on commit cba39b6

Please sign in to comment.