Skip to content

Commit d425d71

Browse files
chore: Update actions/checkout action to v4.2.0 (#317)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://github.com/actions/checkout) | action | minor | `v4.1.7` -> `v4.2.0` | --- ### Release Notes <details> <summary>actions/checkout (actions/checkout)</summary> ### [`v4.2.0`](https://github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v420) [Compare Source](https://github.com/actions/checkout/compare/v4.1.7...v4.2.0) - Add Ref and Commit outputs by [@&#8203;lucacome](https://github.com/lucacome) in [https://github.com/actions/checkout/pull/1180](https://github.com/actions/checkout/pull/1180) - Dependency updates by [@&#8203;dependabot-](https://github.com/dependabot-) [https://github.com/actions/checkout/pull/1777](https://github.com/actions/checkout/pull/1777), [https://github.com/actions/checkout/pull/1872](https://github.com/actions/checkout/pull/1872) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/nobl9/terraform-provider-nobl9). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwiZ2l0aHViLWFjdGlvbnMiLCJyZW5vdmF0ZSJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2589bb1 commit d425d71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
needs: [test, qa-approval]
3737
steps:
3838
- name: Checkout
39-
uses: actions/checkout@v4.1.7
39+
uses: actions/checkout@v4.2.0
4040
- name: Unshallow
4141
run: git fetch --prune --unshallow
4242
- name: Set up Go

0 commit comments

Comments
 (0)