Skip to content

Commit dcf5983

Browse files
Merge pull request #387 from openstack-k8s-operators/renovate/actions-setup-python-6.x
Update actions/setup-python action to v6
2 parents 2513dea + d5a7966 commit dcf5983

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/documentation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Checkout
3535
uses: actions/checkout@v3
3636
- name: Setup python
37-
uses: actions/setup-python@v4
37+
uses: actions/setup-python@v6
3838
with:
3939
python-version: '3.11'
4040
cache: 'pip'

0 commit comments

Comments
 (0)