Skip to content

Commit

Permalink
ci: update dependency python to v3.12.1 (#580)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
  • Loading branch information
sebastien-prudhomme and renovate-bot authored Jan 21, 2024
1 parent 71a0f5b commit 0641bb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4.7.1
with:
python-version: 3.12.0 # renovate: python
python-version: 3.12.1 # renovate: python

- name: Set up chart-testing
uses: helm/chart-testing-action@v2.6.1
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4.7.1
with:
python-version: 3.12.0 # renovate: python
python-version: 3.12.1 # renovate: python

- name: Set up chart-testing
uses: helm/chart-testing-action@v2.6.1
Expand Down

0 comments on commit 0641bb5

Please sign in to comment.