diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 8c8de4ae..25017135 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -32,7 +32,7 @@ jobs: runs-on: ${{ matrix.platform.os }} steps: - name: Check out code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 # Check https://github.com/livepeer/go-livepeer/pull/1891 diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index e4e499c9..aa3b6f08 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Check out code into the Go module directory - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: # Check https://github.com/livepeer/go-livepeer/pull/1891 # for ref value discussion @@ -61,7 +61,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 ref: ${{ github.event.pull_request.head.sha }} @@ -96,7 +96,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out code - uses: actions/checkout@v3.5.2 + uses: actions/checkout@v4 with: # Check https://github.com/livepeer/go-livepeer/pull/1891 # for ref value discussion