Skip to content

Commit

Permalink
chore: update checksums (#315)
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 Aug 2, 2024
1 parent d4c3ac7 commit 77afcf3
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.37.0'
default: '0.38.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.38.0':
'5717ecd90d5639886a2d19c1db1eef1b0fb8470109dce55a875c316d098e74e8',
'aarch64-macos-0.38.0':
'9e093600d959d938731997bbbc98dab419a7a75a09c6badf2675b5c71ae22b5c',
'x86-windows-0.38.0':
'824b940f4098647f130fd3753bc04b2f14a627eea6add4237d994e41b241cd27',
'x86_64-linux-0.38.0':
'a3cc08ae1dc20881dab290b776a7061b3e6d391f4a80926452556d8e66692ec7',
'x86_64-macos-0.38.0':
'70e0371bc9ad4baf02358a89d200211b292b0ef46faea0826766aec813a549f7',
'x86_64-windows-0.38.0':
'69af841c5c5f805d02d4f006e448230c4a1f6d0778234340c51ec6b88ccce0e8',
'aarch64-linux-0.37.0':
'dccd60a5e1c52aab2c0861c8cd8ca3f43ca3de14e6255062b59498c6c692da5a',
'aarch64-macos-0.37.0':
Expand Down

0 comments on commit 77afcf3

Please sign in to comment.