Skip to content

Commit 0cd5941

Browse files
cgrindel-self-hosted-renovate[bot]Self-hosted Renovate Bot
andauthored
chore(deps): update actions/checkout digest to 692973e (#175)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://togithub.com/actions/checkout) | action | digest | `a5ac7e5` -> `692973e` | --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDkuNCIsInVwZGF0ZWRJblZlciI6IjM2LjEwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: Self-hosted Renovate Bot <361546+cgrindel-self-hosted-renovate[bot]@users.noreply.github.enterprise.com>
1 parent a016514 commit 0cd5941

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
@@ -15,7 +15,7 @@ jobs:
1515
macos_build:
1616
runs-on: macos-13
1717
steps:
18-
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
18+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
1919
- uses: maxim-lobanov/setup-xcode@v1
2020
with:
2121
xcode-version: '15.1'
@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
swift_release_tag: "swift-5.7.2-RELEASE"
4141
ubuntu_version: "22.04"
42-
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
42+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
4343
- uses: cgrindel/gha_set_up_bazel@v1
4444
with:
4545
repo_name: rules_swiftformat

.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@a5ac7e51b41094c92402da3b24376905380afc29 # v4
26+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # 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)