diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 30c4fbe..f9a5da7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,7 +29,7 @@ jobs: go-version: [ '1.20.x', '1.21.x' ] steps: # full checkout for semantic-release - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 with: fetch-depth: 0