File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ outputs:
1111runs :
1212 using : composite
1313 steps :
14- - uses : gardenlinux/python-gardenlinux-lib/.github/actions/setup@0.8.1
14+ - uses : gardenlinux/python-gardenlinux-lib/.github/actions/setup@0.8.2
1515 - id : result
1616 shell : bash
1717 run : |
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ outputs:
1313runs :
1414 using : composite
1515 steps :
16- - uses : gardenlinux/python-gardenlinux-lib/.github/actions/setup@0.8.1
16+ - uses : gardenlinux/python-gardenlinux-lib/.github/actions/setup@0.8.2
1717 - id : matrix
1818 shell : bash
1919 run : |
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description: Installs the given GardenLinux Python library
33inputs :
44 version :
55 description : GardenLinux Python library version
6- default : " 0.8.1 "
6+ default : " 0.8.2 "
77runs :
88 using : composite
99 steps :
Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ def upload_from_directory(
146146 "base_image" : None ,
147147 "build_committish" : commit_hash ,
148148 "build_timestamp" : datetime .fromtimestamp (release_timestamp ).isoformat (),
149- "gardenlinux_epoch" : cname_object .version .split ("." , 1 )[0 ],
149+ "gardenlinux_epoch" : int ( cname_object .version .split ("." , 1 )[0 ]) ,
150150 "logs" : None ,
151151 "modifiers" : feature_list ,
152152 "require_uefi" : "_usi" in feature_list ,
You can’t perform that action at this time.
0 commit comments