Skip to content

Commit

Permalink
Bump version of unionai/flytectl-setup to 0.0.3 (#5377)
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Apolinario <[email protected]>
Co-authored-by: Eduardo Apolinario <[email protected]>
  • Loading branch information
eapolinario and eapolinario authored May 16, 2024
1 parent e506d19 commit 9e41df2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/end2end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
echo "FLYTESNACKS_VERSION=${FLYTESNACKS_VERSION}" >> ${GITHUB_ENV}
- name: Checkout
uses: actions/checkout@v4
- uses: unionai/[email protected].1
- uses: unionai/[email protected].3
name: Setup flytectl
- uses: actions/setup-python@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/single-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: "3.12"
- uses: unionai/[email protected].1
- uses: unionai/[email protected].3
- name: Setup sandbox
run: |
mkdir -p ~/.flyte/sandbox
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate-helm-charts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
python-version: "3.10"
check-latest: true

- uses: unionai/[email protected].1
- uses: unionai/[email protected].3
name: Setup flytectl

- name: Set up chart-testing
Expand Down

0 comments on commit 9e41df2

Please sign in to comment.