File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -12,14 +12,14 @@ jobs:
1212 fetch-depth : 0
1313
1414 - name : Set up Helm
15- uses : azure/setup-helm@v3
15+ uses : azure/setup-helm@v4
1616 with :
1717 version : v3.10.3
1818
1919 # Python is required because `ct lint` runs Yamale (https://github.com/23andMe/Yamale) and
2020 # yamllint (https://github.com/adrienverge/yamllint) which require Python
2121 - name : Set up Python
22- uses : actions/setup-python@v4
22+ uses : actions/setup-python@v5
2323 with :
2424 python-version : ' 3.9'
2525 check-latest : true
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout
16- uses : actions/checkout@v3
16+ uses : actions/checkout@v4
1717 with :
1818 fetch-depth : 0
1919
2323 git config user.email "[email protected] " 2424
2525 - name : Install Helm
26- uses : azure/setup-helm@v3
26+ uses : azure/setup-helm@v4
2727 with :
2828 version : v3.13.3
2929
4141
4242 # see https://github.com/helm/chart-releaser/issues/183
4343 - name : Login to GitHub Container Registry
44- uses : docker/login-action@v1
44+ uses : docker/login-action@v3
4545 with :
4646 registry : ghcr.io
4747 username : ${{ github.actor }}
You can’t perform that action at this time.
0 commit comments