diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 811b8d2f..f7a80638 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -19,7 +19,7 @@ jobs: with: go-version: ${{ matrix.go }} - name: Check out code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 1 - name: Get dependencies @@ -51,7 +51,7 @@ jobs: go-version: ${{ matrix.go }} id: go - name: Check out code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Get dependencies diff --git a/.github/workflows/command-pr-integration-tests.yaml b/.github/workflows/command-pr-integration-tests.yaml index 6a04566b..4cd2eee4 100644 --- a/.github/workflows/command-pr-integration-tests.yaml +++ b/.github/workflows/command-pr-integration-tests.yaml @@ -22,7 +22,7 @@ jobs: with: go-version: ${{ matrix.go }} - name: Check out code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 1 - name: Get dependencies diff --git a/.github/workflows/examples.yml b/.github/workflows/examples.yml index 53e9facf..a2955f36 100644 --- a/.github/workflows/examples.yml +++ b/.github/workflows/examples.yml @@ -14,7 +14,7 @@ jobs: with: go-version: ${{ matrix.go }} - name: Check out code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: try building each example diff --git a/.github/workflows/pr-build-tags.yml b/.github/workflows/pr-build-tags.yml index 245bb005..2c0e161c 100644 --- a/.github/workflows/pr-build-tags.yml +++ b/.github/workflows/pr-build-tags.yml @@ -13,7 +13,7 @@ jobs: with: go-version: 1.19 - name: Check out code into the Go module directory - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Get dependencies diff --git a/.github/workflows/pr-code-quality.yml b/.github/workflows/pr-code-quality.yml index 647196f1..73112703 100644 --- a/.github/workflows/pr-code-quality.yml +++ b/.github/workflows/pr-code-quality.yml @@ -10,7 +10,7 @@ jobs: with: go-version: 1.19 - name: Check out code into the Go module directory - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Get dependencies @@ -26,7 +26,7 @@ jobs: with: go-version: 1.19 - name: Check out code into the Go module directory - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Get dependencies diff --git a/.github/workflows/pr-unit-tests.yml b/.github/workflows/pr-unit-tests.yml index 40782a89..ded43b2e 100644 --- a/.github/workflows/pr-unit-tests.yml +++ b/.github/workflows/pr-unit-tests.yml @@ -14,7 +14,7 @@ jobs: with: go-version: ${{ matrix.go }} - name: Check out code into the Go module directory - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Get dependencies @@ -35,7 +35,7 @@ jobs: with: go-version: ${{ matrix.go }} - name: Check out code into the Go module directory - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Get dependencies