Skip to content

Commit 4aa5150

Browse files
chore(deps): update actions/checkout digest to a5ac7e5 (#314)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://togithub.com/actions/checkout) | action | digest | `0ad4b8f` -> `a5ac7e5` | --- ### 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/bazel-contrib/rules_bazel_integration_test). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjMuNSIsInVwZGF0ZWRJblZlciI6IjM3LjM2My41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8b6b593 commit 4aa5150

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
# Linux runners need this.
2626
CC: clang
2727
steps:
28-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
28+
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
2929
- uses: maxim-lobanov/setup-xcode@v1
3030
if: ${{ startsWith(matrix.runner, 'macos') }}
3131
with:
@@ -51,7 +51,7 @@ jobs:
5151
# Linux runners need this.
5252
CC: clang
5353
steps:
54-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
54+
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
5555
- uses: maxim-lobanov/setup-xcode@v1
5656
if: ${{ startsWith(matrix.runner, 'macos') }}
5757
with:

.github/workflows/create_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424

2525
# Check out your code
26-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
26+
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
2727

2828
# Generate a token that has permssions to create a release and create PRs.
2929
- uses: tibdex/github-app-token@v2

0 commit comments

Comments
 (0)