Skip to content

Commit 9816795

Browse files
authored
fix: use local setup workflow for composite actions (#283)
On-behalf-of: SAP <[email protected]> Signed-off-by: Eike Waldt <[email protected]>
1 parent a882781 commit 9816795

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/features_parse/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ outputs:
1111
runs:
1212
using: composite
1313
steps:
14-
- uses: gardenlinux/python-gardenlinux-lib/.github/actions/setup@124bed686e26b2014e89f4359b67cde59bc66e03 # 0.10.8
14+
- uses: ./.github/actions/setup
1515
- id: result
1616
shell: bash
1717
run: |

.github/actions/flavors_parse/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ outputs:
1313
runs:
1414
using: composite
1515
steps:
16-
- uses: gardenlinux/python-gardenlinux-lib/.github/actions/setup@124bed686e26b2014e89f4359b67cde59bc66e03 # 0.10.8
16+
- uses: ./.github/actions/setup
1717
- id: matrix
1818
shell: bash
1919
run: |

0 commit comments

Comments
 (0)