diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bfceca316..1840ce8f3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ jobs: image: golang:1.17 steps: - name: clone - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: build run: | diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index b78566d35..e9c2f66e5 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -35,7 +35,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml index 0ea5d35f5..28646bc50 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -15,7 +15,7 @@ jobs: image: golang:1.17 steps: - name: clone - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: # ensures we fetch tag history for the repository fetch-depth: 0 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 96d3d5e96..85a430292 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -14,7 +14,7 @@ jobs: image: golang:1.17 steps: - name: clone - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: # ensures we fetch tag history for the repository fetch-depth: 0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1619efbc4..ca89ae115 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: image: golang:1.17 steps: - name: clone - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: tags run: | diff --git a/.github/workflows/reviewdog.yml b/.github/workflows/reviewdog.yml index 94d21fce1..1e0515d0f 100644 --- a/.github/workflows/reviewdog.yml +++ b/.github/workflows/reviewdog.yml @@ -13,7 +13,7 @@ jobs: image: golang:1.17 steps: - name: clone - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: golangci-lint uses: reviewdog/action-golangci-lint@v2 @@ -30,7 +30,7 @@ jobs: image: golang:1.17 steps: - name: clone - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: golangci-lint uses: reviewdog/action-golangci-lint@v2 diff --git a/.github/workflows/spec.yml b/.github/workflows/spec.yml index 0411ccf59..9cc2d9cce 100644 --- a/.github/workflows/spec.yml +++ b/.github/workflows/spec.yml @@ -14,7 +14,7 @@ jobs: image: golang:1.17 steps: - name: clone - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: tags run: | diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b2f98b560..f6f20f5bd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: image: golang:1.17 steps: - name: clone - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: test run: | diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 374ec0b89..844bc7938 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -14,7 +14,7 @@ jobs: image: golang:1.17 steps: - name: clone - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: tags run: |