From 27db740811e3718532fb5ac7db5027072b4728c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 10:23:58 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 4.0.0 to 4.1.1 (#2918) Bumps [actions/checkout](https://github.com/actions/checkout) from 4.0.0 to 4.1.1. - [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.0.0...v4.1.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yaml | 4 ++-- .github/workflows/docker.yaml | 4 ++-- .github/workflows/git.yaml | 2 +- .github/workflows/release.yaml | 2 +- .github/workflows/test.yaml | 6 +++--- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 90a0c427d..d65343c4c 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -63,7 +63,7 @@ jobs: apt update && apt install -yqq git zip unzip zlib1g-dev zlib1g yasm - name: Check out code - uses: actions/checkout@v4.0.0 + uses: actions/checkout@v4.1.1 with: fetch-depth: 0 # Check https://github.com/livepeer/go-livepeer/pull/1891 @@ -165,7 +165,7 @@ jobs: steps: - name: Check out code - uses: actions/checkout@v4.0.0 + uses: actions/checkout@v4.1.1 with: fetch-depth: 0 # Check https://github.com/livepeer/go-livepeer/pull/1891 diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index becae02c5..e4e2275bc 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Check out code - uses: actions/checkout@v4.0.0 + uses: actions/checkout@v4.1.1 with: fetch-depth: 0 # Check https://github.com/livepeer/go-livepeer/pull/1891 @@ -106,7 +106,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Check out code - uses: actions/checkout@v4.0.0 + uses: actions/checkout@v4.1.1 with: fetch-depth: 0 # Check https://github.com/livepeer/go-livepeer/pull/1891 diff --git a/.github/workflows/git.yaml b/.github/workflows/git.yaml index 86d95115b..9b0d1383b 100644 --- a/.github/workflows/git.yaml +++ b/.github/workflows/git.yaml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out code - uses: actions/checkout@v4.0.0 + uses: actions/checkout@v4.1.1 - name: Block fixup commit merge uses: 13rac1/block-fixup-merge-action@v2.0.0 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b37f57d45..815623b88 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -13,7 +13,7 @@ jobs: if: ${{ github.event.workflow_run.conclusion == 'success' }} steps: - name: checkout - uses: actions/checkout@v4.0.0 + uses: actions/checkout@v4.1.1 with: fetch-depth: 0 ref: ${{ github.event.workflow_run.head_branch }} diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index ab084307c..6fcd80dad 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -28,7 +28,7 @@ jobs: sudo apt update && sudo apt install -yqq git zip unzip zlib1g-dev zlib1g - name: Check out code - uses: actions/checkout@v4.0.0 + uses: actions/checkout@v4.1.1 with: fetch-depth: 0 # Check https://github.com/livepeer/go-livepeer/pull/1891 @@ -127,7 +127,7 @@ jobs: steps: - name: Check out code - uses: actions/checkout@v4.0.0 + uses: actions/checkout@v4.1.1 with: fetch-depth: 0 # Check https://github.com/livepeer/go-livepeer/pull/1891 @@ -150,7 +150,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out code - uses: actions/checkout@v4.0.0 + uses: actions/checkout@v4.1.1 with: # Check https://github.com/livepeer/go-livepeer/pull/1891 # for ref value discussion