Skip to content

Commit 7a63de0

Browse files
chore: update default version to 0.35.0 (#276)
Co-authored-by: eifinger <1481961+eifinger@users.noreply.github.com>
1 parent 2647396 commit 7a63de0

File tree

8 files changed

+34
-4
lines changed

8 files changed

+34
-4
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author: 'eifinger'
44
inputs:
55
version:
66
description: 'The version of rye to install'
7-
default: '0.34.0'
7+
default: '0.35.0'
88
checksum:
99
description: 'The checksum of the rye version to install'
1010
required: false

dist/save-cache/index.js

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/save-cache/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/setup/index.js

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/setup/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/update-default-version/index.js

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/update-default-version/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/checksums.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
// AUTOGENERATED_DO_NOT_EDIT
22
export const KNOWN_CHECKSUMS: {[key: string]: string} = {
3+
'aarch64-linux-0.35.0':
4+
'cf50fe527c37a925cfa3831a114b2148e30d4a01c43db58e0db92f0311ea173f',
5+
'aarch64-macos-0.35.0':
6+
'a5ba88beaea78046a0bdafc01dc1ece790c25e8436a27fb265deb2a7a5e9c93d',
7+
'x86-windows-0.35.0':
8+
'5c7c2e9cc90608c9b42c0050d5c813a5361cdae5e2cba910aa6de04e12aee701',
9+
'x86_64-linux-0.35.0':
10+
'446cc0e56f1e34823c5eaf2be9e48bc28106ff748a97cd259fcbb01235fcdaf5',
11+
'x86_64-macos-0.35.0':
12+
'5a21b0078b83a5da6cfad51f29c7a98569d0b5b531653e0523efbfd9cdd3c816',
13+
'x86_64-windows-0.35.0':
14+
'5ce76d2d3cd7d5c2cee8488d2b75c90f6650aeaacaf66997e871b38228148307',
315
'aarch64-linux-0.34.0':
416
'a36e4a51f789c1c78e32ee22527ca59682bbac0b74b7c572b81f028498ff56cf',
517
'aarch64-macos-0.34.0':

0 commit comments

Comments
 (0)