Skip to content

Commit

Permalink
chore: update checksums (#248)
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 May 21, 2024
1 parent 0f7b0d6 commit e62d893
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.33.0'
default: '0.34.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.34.0':
'a36e4a51f789c1c78e32ee22527ca59682bbac0b74b7c572b81f028498ff56cf',
'aarch64-macos-0.34.0':
'000a059641df7fea72ef500991311faae03b4b9d5d4d060b79e6559a3ff03f8e',
'x86-windows-0.34.0':
'59c8c2f986f311a1ba362d09588c545b4a48f4593157ea6003601be829a4425e',
'x86_64-linux-0.34.0':
'ea78a7776733a5d7b91e65101f96bc8eb3026b7b1a4570ef2266cd4a054fd531',
'x86_64-macos-0.34.0':
'929831045085dad753e2a58e0ae3e052b1a62e431ffee8ea00c6f525c7b3ee6c',
'x86_64-windows-0.34.0':
'd6dd0d5f505060cbc0cff99941365ef3af0b09c62bba2b75ff111f97c47a7554',
'aarch64-linux-0.33.0':
'ad01f0b4543fa5a0d95cb968b49c675feec4c030e49d2652d7c66bb71ef9b04b',
'aarch64-macos-0.33.0':
Expand Down

0 comments on commit e62d893

Please sign in to comment.