diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ce4aefe41..f049ab7be 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -99,7 +99,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 @@ -232,7 +232,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Code quality test uses: golangci/golangci-lint-action@v3 @@ -261,7 +261,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 diff --git a/.github/workflows/build_publish_beta_docker_image.yml b/.github/workflows/build_publish_beta_docker_image.yml index 77789ca0a..75bd0d5b7 100644 --- a/.github/workflows/build_publish_beta_docker_image.yml +++ b/.github/workflows/build_publish_beta_docker_image.yml @@ -11,7 +11,7 @@ jobs: name: Build image job steps: - name: Checkout master - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Login to Docker Hub diff --git a/.github/workflows/build_publish_release_docker_image.yml b/.github/workflows/build_publish_release_docker_image.yml index 6fe9213c7..0e41d1d75 100644 --- a/.github/workflows/build_publish_release_docker_image.yml +++ b/.github/workflows/build_publish_release_docker_image.yml @@ -11,7 +11,7 @@ jobs: name: Build image job steps: - name: Checkout master - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Get actual patch version @@ -40,7 +40,7 @@ jobs: name: Build docker plugin job steps: - name: Checkout master - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Build and publish docker plugin