From 23fd51b1a1a0dbfbe89e3fe98687e99e11cd5018 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 17:14:28 -0700 Subject: [PATCH] chore(deps): update github-actions (#346) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Type | Update | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | [`692973e` -> `eef6144`](https://redirect.github.com/actions/checkout/compare/692973e...eef6144) | action | digest | | [trunk-io/trunk-action](https://redirect.github.com/trunk-io/trunk-action) | [`86b68ff` -> `12da16f`](https://redirect.github.com/trunk-io/trunk-action/compare/86b68ff...12da16f) | action | digest | --- ### Configuration 📅 **Schedule**: Branch creation - "after 4pm on thursday" in timezone America/Los_Angeles, 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://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/scottames/dots). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/pr_chezmoi_init.yaml | 2 +- .github/workflows/pr_trunkio.yaml | 4 ++-- .github/workflows/trunk_upgrades.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pr_chezmoi_init.yaml b/.github/workflows/pr_chezmoi_init.yaml index 62eacad3..94109efb 100644 --- a/.github/workflows/pr_chezmoi_init.yaml +++ b/.github/workflows/pr_chezmoi_init.yaml @@ -16,7 +16,7 @@ jobs: checks: write steps: - name: Checkout - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - name: Extract branch name shell: bash run: | diff --git a/.github/workflows/pr_trunkio.yaml b/.github/workflows/pr_trunkio.yaml index 0108f8e7..a5ddee7e 100644 --- a/.github/workflows/pr_trunkio.yaml +++ b/.github/workflows/pr_trunkio.yaml @@ -13,6 +13,6 @@ jobs: checks: write steps: - name: Checkout - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - name: Trunk - uses: trunk-io/trunk-action@86b68ffae610a05105e90b1f52ad8c549ef482c2 # v1 + uses: trunk-io/trunk-action@12da16fcdd5cad1903d0082e591e09df7b67c7f0 # v1 diff --git a/.github/workflows/trunk_upgrades.yaml b/.github/workflows/trunk_upgrades.yaml index ea1ca8c0..af77e33e 100644 --- a/.github/workflows/trunk_upgrades.yaml +++ b/.github/workflows/trunk_upgrades.yaml @@ -14,9 +14,9 @@ jobs: pull-requests: write # For trunk to create PRs steps: - name: Checkout - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - name: Trunk Upgrade - uses: trunk-io/trunk-action/upgrade@86b68ffae610a05105e90b1f52ad8c549ef482c2 # v1 + uses: trunk-io/trunk-action/upgrade@12da16fcdd5cad1903d0082e591e09df7b67c7f0 # v1 with: prefix: "chore: " lowercase-title: true