From 709ed4c40c3e5e53cecb9e1ab48f86989452c8ec Mon Sep 17 00:00:00 2001 From: Andreas Beuge Date: Tue, 19 May 2026 21:44:07 +0200 Subject: [PATCH 1/2] chore: update checkout action --- .github/workflows/release.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 35bdb03..bc1c65f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -17,7 +17,7 @@ jobs: charts: ${{ steps.generate-matrix.outputs.charts }} steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Load repos configuration file id: generate-matrix @@ -32,7 +32,7 @@ jobs: chart: ${{ fromJSON(needs.matrix.outputs.charts) }} steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Update dependencies run: helm dependency update ${{ matrix.chart }} @@ -55,7 +55,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 From a62997e428239639e3ddd55aaccedcb89e5b37cd Mon Sep 17 00:00:00 2001 From: Andreas Beuge Date: Tue, 19 May 2026 21:47:01 +0200 Subject: [PATCH 2/2] chore: update common version --- parcellab/common/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parcellab/common/Chart.yaml b/parcellab/common/Chart.yaml index 4226593..dcf1e95 100644 --- a/parcellab/common/Chart.yaml +++ b/parcellab/common/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: common description: A Helm chart library for parcelLab charts type: library -version: 1.3.8 +version: 1.3.9 maintainers: - name: parcelLab email: engineering@parcellab.com