From cc5fbc8591db0efa46667d007aa67b92d0ca9576 Mon Sep 17 00:00:00 2001 From: "cgrindel-self-hosted-renovate[bot]" <139595543+cgrindel-self-hosted-renovate[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 21:14:54 +0000 Subject: [PATCH] chore(deps): update actions/checkout digest to 8eb1f6a (#392) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | actions/checkout | action | digest | `556e4c3` -> `8eb1f6a` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). Co-authored-by: Self-hosted Renovate Bot <361546+cgrindel-self-hosted-renovate[bot]@users.noreply.github.enterprise.com> --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a5465921..de8792fe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -191,7 +191,7 @@ jobs: env: CC: clang steps: - - uses: actions/checkout@556e4c3cb0b8b54b734286d5439adadcb0a8cb92 + - uses: actions/checkout@8eb1f6a495037164bea451156472f35fdd6bafc0 - uses: cgrindel/gha_set_up_bazel@v1 with: bazel_disk_cache_dir: "" @@ -217,7 +217,7 @@ jobs: - ubuntu-22.04 runs-on: ${{ matrix.runner }} steps: - - uses: actions/checkout@556e4c3cb0b8b54b734286d5439adadcb0a8cb92 + - uses: actions/checkout@8eb1f6a495037164bea451156472f35fdd6bafc0 - uses: cgrindel/gha_set_up_bazel@v1 with: bazel_disk_cache_dir: ""