diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index c48d252..54d9f0c 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -29,7 +29,7 @@ jobs: publish: ${{ steps.version.outputs.publish }} steps: - name: Checkout the repository - uses: actions/checkout@v2.3.5 + uses: actions/checkout@v2.4.0 with: fetch-depth: 0 @@ -52,7 +52,7 @@ jobs: arch: ${{ fromJson(needs.init.outputs.architectures) }} steps: - name: Checkout the repository - uses: actions/checkout@v2.3.5 + uses: actions/checkout@v2.4.0 - name: Login to DockerHub if: needs.init.outputs.publish == 'true' @@ -91,7 +91,7 @@ jobs: steps: - name: Checkout the repository if: needs.init.outputs.publish == 'true' - uses: actions/checkout@v2.3.5 + uses: actions/checkout@v2.4.0 - name: Initialize git if: needs.init.outputs.publish == 'true' diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index ac087ee..63892ec 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -9,7 +9,7 @@ jobs: name: lint runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2.3.5 + - uses: actions/checkout@v2.4.0 - name: golangci-lint uses: golangci/golangci-lint-action@v2.5.2 with: diff --git a/.github/workflows/hadolint.yml b/.github/workflows/hadolint.yml index 42af8a4..abc11fe 100644 --- a/.github/workflows/hadolint.yml +++ b/.github/workflows/hadolint.yml @@ -9,5 +9,5 @@ jobs: name: lint runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2.3.5 + - uses: actions/checkout@v2.4.0 - uses: brpaz/hadolint-action@v1.5.0 diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index 9ae4ff8..b68a9fd 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -11,7 +11,7 @@ jobs: name: Release Drafter steps: - name: Checkout the repository - uses: actions/checkout@v2.3.5 + uses: actions/checkout@v2.4.0 with: fetch-depth: 0