diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5d38390..96d3f78 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: ⤵️ Check out code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 diff --git a/.github/workflows/release-helmchart.yml b/.github/workflows/release-helmchart.yml index 5e0bcb9..bd03846 100644 --- a/.github/workflows/release-helmchart.yml +++ b/.github/workflows/release-helmchart.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0