Skip to content

Commit e5c7474

Browse files
Update actions/setup-python action to v6 (#492)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d15cb10 commit e5c7474

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v6
13-
- uses: actions/setup-python@v5
13+
- uses: actions/setup-python@v6
1414
- run: |
1515
wget https://github.com/norwoodj/helm-docs/releases/download/v1.11.0/helm-docs_1.11.0_Linux_x86_64.deb
1616
sudo apt update && sudo apt install -y ./helm-docs_1.11.0_Linux_x86_64.deb

0 commit comments

Comments
 (0)