Skip to content

Commit 312bb15

Browse files
committed
Merge branch 'renovate/actions-checkout-7.x' into 'main'
This MR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://github.com/actions/checkout) | action | major | `v6` → `v7` | --- ### Release Notes <details> <summary>actions/checkout (actions/checkout)</summary> ### [`v7`](https://github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v701) [Compare Source](actions/checkout@v6...v7) - Skip running unsafe pr check if input is default by [@&#8203;aiqiaoy](https://github.com/aiqiaoy) in [#&#8203;2518](actions/checkout#2518) - Trim only ascii whitespace for branch by [@&#8203;aiqiaoy](https://github.com/aiqiaoy) in [#&#8203;2521](actions/checkout#2521) - Escape values passed to --unset by [@&#8203;aiqiaoy](https://github.com/aiqiaoy) in [#&#8203;2530](actions/checkout#2530) - Various dependency updates </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45OS4wIiwidXBkYXRlZEluVmVyIjoiNDIuOTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Refs: rmenage/ansible-role-hardened-docker!40 See-also:
2 parents 30f6be0 + ccbd3ef commit 312bb15

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/import-ansible-role.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ jobs:
1717
environment: live
1818
steps:
1919
- name: Checkout default branch to read VERSION
20-
uses: actions/checkout@v6
20+
uses: actions/checkout@v7
2121
with:
2222
ref: ${{ github.event.repository.default_branch }}
2323
- name: Capture VERSION content
2424
id: read_version
2525
run: echo "VERSION_FILE_CONTENT=$(cat VERSION)" >> "$GITHUB_ENV"
2626
- name: Checkout tag source
27-
uses: actions/checkout@v6 # default ref is the tag that triggered
27+
uses: actions/checkout@v7 # default ref is the tag that triggered
2828
- name: Set up Python 3.13
2929
uses: actions/setup-python@v6
3030
with:

0 commit comments

Comments
 (0)