Skip to content
This repository has been archived by the owner on Aug 22, 2022. It is now read-only.

Revert "chore(deps): update actions/setup-python action to v4" #1617

Merged
merged 1 commit into from
Jun 10, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/charts-changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
fetch-depth: 0

- name: Setup Python
uses: actions/setup-python@v4.0.0
uses: actions/setup-python@v3.1.2

- name: Annotate Charts.yaml for Renovate PR's
if: inputs.isRenovatePR == 'true'
Expand Down