Skip to content

Commit 110b06d

Browse files
committed
chore: upgrade python EOL and action versions
Signed-off-by: Amir Alavi <[email protected]>
1 parent 4e4c5f7 commit 110b06d

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

.github/workflows/helm.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,27 +20,27 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@v3
23+
uses: actions/checkout@v4
2424
with:
2525
fetch-depth: 0
2626

2727
- name: Set up Helm
28-
uses: azure/setup-helm@v2.1
28+
uses: azure/setup-helm@v4.2.0
2929
with:
30-
version: v3.9.2
30+
version: v3.15.1
3131

32-
- uses: actions/setup-python@v3.1.2
32+
- uses: actions/setup-python@v5.1.1
3333
with:
34-
python-version: 3.7
34+
python-version: 3.12
3535

36-
- uses: actions/setup-go@v3
36+
- uses: actions/setup-go@v5
3737
with:
3838
go-version-file: 'go.mod'
3939

4040
- name: Set up chart-testing
41-
uses: helm/chart-testing-action@v2.2.1
41+
uses: helm/chart-testing-action@v2.6.1
4242
with:
43-
version: v3.7.0
43+
version: v3.12.0
4444

4545
- name: Install Helm Unit Test Plugin
4646
run: |

.github/workflows/manifests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout Repo
17-
uses: actions/checkout@v3
17+
uses: actions/checkout@v4
1818
- name: Create kind cluster
19-
uses: helm/kind-action@v1.5.0
19+
uses: helm/kind-action@v1.10.0
2020
with:
2121
node_image: kindest/node:${{ matrix.k8s-version }}
2222
kubectl_version: ${{ matrix.k8s-version }}

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ jobs:
2020
git config user.email "[email protected]"
2121
2222
- name: Install Helm
23-
uses: azure/setup-helm@v1
23+
uses: azure/setup-helm@v4.2.0
2424
with:
25-
version: v3.7.0
25+
version: v3.15.1
2626

2727
- name: Run chart-releaser
28-
uses: helm/chart-releaser-action@v1.1.0
28+
uses: helm/chart-releaser-action@v1.6.0
2929
env:
3030
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
3131
CR_RELEASE_NAME_TEMPLATE: "descheduler-helm-chart-{{ .Version }}"

.github/workflows/security.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
fail-fast: false
2323
steps:
2424
- name: Checkout
25-
uses: actions/checkout@v3
25+
uses: actions/checkout@v4
2626
with:
2727
fetch-depth: 0
2828

0 commit comments

Comments
 (0)