diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index f02bffcd96..571fc8ca5b 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -31,7 +31,7 @@ jobs: apt update -yqq && apt install -yqq git zip unzip zlib1g-dev zlib1g yasm curl sudo - name: Check out code - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.4 with: fetch-depth: 0 # Check https://github.com/livepeer/go-livepeer/pull/1891 @@ -116,7 +116,7 @@ jobs: steps: - name: Check out code - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.4 with: fetch-depth: 0 # Check https://github.com/livepeer/go-livepeer/pull/1891