Skip to content

Commit 234cad8

Browse files
author
ignis
committed
bumped setup action tag in flavors_parse
1 parent 06b2f69 commit 234cad8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/actions/flavors_parse/action.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@ name: flavors_parse
22
description: Parses the given GardenLinux flavors parameters
33
inputs:
44
flags:
5-
description: 'Flags passed to `gl-flavors-parse`'
5+
description: "Flags passed to `gl-flavors-parse`"
66
required: true
77
flavors_matrix:
8-
description: 'Generated GitHub workflow flavors matrix'
8+
description: "Generated GitHub workflow flavors matrix"
99
outputs:
1010
matrix:
11-
description: 'Flavors matrix'
11+
description: "Flavors matrix"
1212
value: ${{ steps.matrix.outputs.matrix }}
1313
runs:
1414
using: composite
1515
steps:
16-
- uses: gardenlinux/python-gardenlinux-lib/.github/actions/setup@0.9.0
16+
- uses: gardenlinux/python-gardenlinux-lib/.github/actions/setup@0.10.0
1717
- id: matrix
1818
shell: bash
1919
run: |

0 commit comments

Comments
 (0)