diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7c5ec86..c8ae46d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,7 +37,7 @@ jobs: with: go-version: ${{ env.GO_VERSION }} - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Cached Go dependencies uses: actions/cache@v3 with: @@ -67,7 +67,7 @@ jobs: with: go-version: ${{ env.GO_VERSION }} - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - uses: actions/cache@v3 with: path: ~/go/pkg/mod @@ -105,7 +105,7 @@ jobs: with: go-version: ${{ env.GO_VERSION }} - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - uses: actions/cache@v3 with: path: ~/go/pkg/mod diff --git a/.github/workflows/publish-chart.yml b/.github/workflows/publish-chart.yml index 7274f83..ba7af4f 100644 --- a/.github/workflows/publish-chart.yml +++ b/.github/workflows/publish-chart.yml @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Install Helm @@ -56,7 +56,7 @@ jobs: - test-helm-chart runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - id: package name: Package charts run: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 95e499f..a6eaa33 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: with: go-version: ${{ env.GO_VERSION }} - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - uses: actions/cache@v3 with: path: ~/go/pkg/mod @@ -63,7 +63,7 @@ jobs: with: go-version: ${{ env.GO_VERSION }} - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Set output diff --git a/.github/workflows/test-chart.yml b/.github/workflows/test-chart.yml index 110f4b0..a1f6d4e 100644 --- a/.github/workflows/test-chart.yml +++ b/.github/workflows/test-chart.yml @@ -27,7 +27,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Install Helm