From a3e389bc069826da32ddb97b208c0ec692684a2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 21:48:52 +0000 Subject: [PATCH] Bump actions/checkout from 4.1.1 to 4.1.5 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4.1.1...v4.1.5) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index f02bffcd96..16f7f13a21 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.5 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.5 with: fetch-depth: 0 # Check https://github.com/livepeer/go-livepeer/pull/1891