Skip to content

Commit

Permalink
chore: update checksums (#292)
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 Jul 7, 2024
1 parent 3106e80 commit 7e1ae83
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.35.0'
default: '0.36.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.36.0':
'4a26b4aa4eb774fec378f8b1c8eda1cc98fcb8c0347cf557540b73aeb0ec740f',
'aarch64-macos-0.36.0':
'd1e2163abc148d1683f3235c916e0725a95b5b9cc250998e4994988b3ccac4b7',
'x86-windows-0.36.0':
'384a8f1919889e9574a3e54c61c064bdcdb3784f40f66681d7b5cbd681e1be9e',
'x86_64-linux-0.36.0':
'9be13e1ac28d9ddc602b33ff3e73e9ffd983918538a6195bcdc696a401fa941c',
'x86_64-macos-0.36.0':
'a9687fd5610277477e4a847083e724bcf436c806bc5281bca800223c94294972',
'x86_64-windows-0.36.0':
'809e6986c665e7ef9f669c713616d24f20d434c3ed0c87c009d3f75376060556',
'aarch64-linux-0.35.0':
'cf50fe527c37a925cfa3831a114b2148e30d4a01c43db58e0db92f0311ea173f',
'aarch64-macos-0.35.0':
Expand Down

0 comments on commit 7e1ae83

Please sign in to comment.