Skip to content

Commit

Permalink
Merge pull request #2539 from minrk/update-chart-setup-python
Browse files Browse the repository at this point in the history
typo: python-version
  • Loading branch information
minrk authored Mar 29, 2023
2 parents beb98d7 + 81ed6b9 commit cfcd0cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/watch-dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

- uses: actions/setup-python@v4
with:
python: "3.10"
python-version: "3.10"

- name: Get values.yaml pinned tag of ${{ matrix.registry }}/${{ matrix.repository }}
id: local
Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:

- uses: actions/setup-python@v4
with:
python: "3.10"
python-version: "3.10"

- name: Get Chart.yaml pinned version and fetch associated appVersion of ${{ matrix.chart_dep_name }} chart
id: local
Expand Down

0 comments on commit cfcd0cc

Please sign in to comment.