Skip to content

Commit 332329d

Browse files
committed
version 0.10.0 is the default
1 parent 234cad8 commit 332329d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/actions/features_parse/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@ name: features_parse
22
description: Parses the given GardenLinux features parameters
33
inputs:
44
flags:
5-
description: 'Flags passed to `gl-features-parse`'
5+
description: "Flags passed to `gl-features-parse`"
66
required: true
77
outputs:
88
result:
9-
description: 'features result'
9+
description: "features result"
1010
value: ${{ steps.result.outputs.result }}
1111
runs:
1212
using: composite
1313
steps:
14-
- uses: gardenlinux/python-gardenlinux-lib/.github/actions/setup@0.9.0
14+
- uses: gardenlinux/python-gardenlinux-lib/.github/actions/setup@0.10.0
1515
- id: result
1616
shell: bash
1717
run: |

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Installs the given GardenLinux Python library
44
inputs:
55
version:
66
description: GardenLinux Python library version
7-
default: "0.9.0"
7+
default: "0.10.0"
88
python_version:
99
description: Python version to setup
1010
default: "3.13"

0 commit comments

Comments
 (0)