diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index efbd7cd..11b816f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,7 +29,7 @@ jobs: go-version: [ '1.20.x', '1.21.x', '1.22.x', '1.23.x'] steps: # full checkout for semantic-release - - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: fetch-depth: 0 - name: Set up go ${{ matrix.go-version }} @@ -55,7 +55,7 @@ jobs: steps: # full checkout for semantic-release - name: Full checkout - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: fetch-depth: 0