File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ jobs:
2121
2222 runs-on : ubuntu-latest
2323 steps :
24- - uses : actions/checkout@v2
24+ - uses : actions/checkout@v4
2525 - name : Set up Python 3.8
26- uses : actions/setup-python@v2
26+ uses : actions/setup-python@v5
2727 with :
28- python-version : ' 3.8 '
28+ python-version : ' 3.12 '
2929 - name : Install dependencies
3030 run : |
3131 python -m pip install --upgrade pip
Original file line number Diff line number Diff line change 11.idea
2+ venv /
23** /.DS_Store
34parameters.yaml
Original file line number Diff line number Diff line change 1- ansible-lint == 4.3.7
2- yamllint == 1.25.0
1+ ansible-lint
2+ yamllint
Original file line number Diff line number Diff line change 1- ansible == 2.9.15
2- jmespath == 0.10.0
3- kubernetes == 10.0.1
4- openshift == 0.10.1
1+ ansible == 8.7.0
2+ jmespath == 1.0.1
3+ kubernetes == 23.6.0
4+ openshift == 0.13.2
You can’t perform that action at this time.
0 commit comments