Skip to content

Commit 5f4b770

Browse files
chore(deps): update github-actions (#13)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [Baker-scripts/.github](https://redirect.github.com/Baker-scripts/.github) ([changelog](https://redirect.github.com/Baker-scripts/.github/compare/502889d377f26542d0225e93ce257b00de96ef4c..af71b62edc8f3b7abde8a82936a32a051abd5c36)) | action | digest | `502889d` → `af71b62` | | [actions/checkout](https://redirect.github.com/actions/checkout) ([changelog](https://redirect.github.com/actions/checkout/compare/9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0..3d3c42e5aac5ba805825da76410c181273ba90b1)) | action | digest | `9c091bb` → `3d3c42e` | --- ### Configuration 📅 **Schedule**: (in timezone America/Chicago) - Branch creation - "before 6am on sunday" - 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. --- - [ ] <!-- rebase-check -->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/baker-scripts/Scripts). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yODAuMCIsInVwZGF0ZWRJblZlciI6IjQzLjI4MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZSJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9d3d756 commit 5f4b770

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ name: Pre-commit
99

1010
jobs:
1111
pre-commit:
12-
uses: Baker-scripts/.github/.github/workflows/pre-commit.yml@502889d377f26542d0225e93ce257b00de96ef4c # main
12+
uses: Baker-scripts/.github/.github/workflows/pre-commit.yml@af71b62edc8f3b7abde8a82936a32a051abd5c36 # main

.github/workflows/shellcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
timeout-minutes: 5
2222
steps:
23-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
23+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
2424
- name: Run ShellCheck
2525
uses: ludeeus/action-shellcheck@00cae500b08a931fb5698e11e79bfbd38e612a38 # 2.0.0
2626
with:

0 commit comments

Comments
 (0)