From 1943567bd46c9260300e7a2840422a709754e59d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 22:57:02 +0000 Subject: [PATCH] Update actions/checkout action to v4 --- .github/workflows/ci.yml | 12 ++++++------ .github/workflows/craft-release.yaml | 2 +- .github/workflows/set-milestone-on-pr.yaml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cf51bcb..d4f964e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: REF: ${{ steps.generate-ref.outputs.ref }} steps: - run: helm version - - uses: actions/checkout@v1 + - uses: actions/checkout@v4 - run: helm version - id: generate-ref name: Generate Ref @@ -51,7 +51,7 @@ jobs: - "helm plugin install https://github.com/hypnoglow/helm-s3.git && helm plugin list" - "helm env" steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v4 - uses: ./ with: exec: ${{ matrix.exec }} @@ -65,7 +65,7 @@ jobs: matrix: runner: ${{ fromJson(needs.runner-matrix.outputs.runner) }} steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v4 - run: helm version - uses: ./ id: helm3 @@ -93,7 +93,7 @@ jobs: matrix: runner: ${{ fromJson(needs.runner-matrix.outputs.runner) }} steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v4 - name: Create k8s Kind Cluster uses: helm/kind-action@v1.10.0 - name: Get running image ID @@ -181,7 +181,7 @@ jobs: matrix: runner: ${{ fromJson(needs.runner-matrix.outputs.runner) }} steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v4 - name: Create k8s Kind Cluster uses: helm/kind-action@v1.10.0 - name: Get running image ID @@ -289,7 +289,7 @@ jobs: matrix: runner: ${{ fromJson(needs.runner-matrix.outputs.runner) }} steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v4 - name: Create k8s Kind Cluster uses: helm/kind-action@v1.10.0 - name: Get running image ID diff --git a/.github/workflows/craft-release.yaml b/.github/workflows/craft-release.yaml index 0786d57..d038f4a 100644 --- a/.github/workflows/craft-release.yaml +++ b/.github/workflows/craft-release.yaml @@ -29,7 +29,7 @@ jobs: - generate-changelog runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 # Required due to the way Git works, without it this action won't be able to find any or the correct tags - name: Create release/${{ env.MILESTONE }} branch diff --git a/.github/workflows/set-milestone-on-pr.yaml b/.github/workflows/set-milestone-on-pr.yaml index 1ffa86d..de6c4e2 100644 --- a/.github/workflows/set-milestone-on-pr.yaml +++ b/.github/workflows/set-milestone-on-pr.yaml @@ -13,7 +13,7 @@ jobs: set-milestone: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v4 if: github.event.pull_request.milestone == null - name: 'Get Previous tag' if: github.event.pull_request.milestone == null