Skip to content

Commit 7256f58

Browse files
renovate[bot]luketainton
authored andcommitted
chore(deps): update actions/checkout action to v6.0.1 (#51)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://github.com/actions/checkout) | action | patch | `v6.0.0` -> `v6.0.1` | --- ### Release Notes <details> <summary>actions/checkout (actions/checkout)</summary> ### [`v6.0.1`](https://github.com/actions/checkout/releases/tag/v6.0.1) [Compare Source](actions/checkout@v6.0.0...v6.0.1) #### What's Changed - Update all references from v5 and v4 to v6 by [@&#8203;ericsciple](https://github.com/ericsciple) in [#&#8203;2314](actions/checkout#2314) - Add worktree support for persist-credentials includeIf by [@&#8203;ericsciple](https://github.com/ericsciple) in [#&#8203;2327](actions/checkout#2327) - Clarify v6 README by [@&#8203;ericsciple](https://github.com/ericsciple) in [#&#8203;2328](actions/checkout#2328) **Full Changelog**: <actions/checkout@v6...v6.0.1> </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 PR is behind base branch, 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 has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4zMC4xIiwidXBkYXRlZEluVmVyIjoiNDIuMzAuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsidHlwZS9kZXBlbmRlbmNpZXMiXX0=--> Reviewed-on: https://git.tainton.uk/actions/gha-workflows/pulls/51 Co-authored-by: renovate[bot] <[email protected]> Co-committed-by: renovate[bot] <[email protected]>
1 parent ff58cfd commit 7256f58

15 files changed

+16
-16
lines changed

.gitea/workflows/build-push-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
REPO: ${{ gitea.repository }}
4444

4545
- name: Check out repository
46-
uses: actions/[email protected].0
46+
uses: actions/[email protected].1
4747
with:
4848
fetch-depth: 0
4949
ref: ${{ inputs.release }}

.gitea/workflows/changelog.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
clean_changelog: ${{ steps.get_next_version.outputs.clean_changelog }}
2020
steps:
2121
- name: Check out repository
22-
uses: actions/[email protected].0
22+
uses: actions/[email protected].1
2323
with:
2424
fetch-depth: 0
2525

.gitea/workflows/ci-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Check out repository code
15-
uses: actions/[email protected].0
15+
uses: actions/[email protected].1
1616
with:
1717
fetch-depth: 0
1818

.gitea/workflows/ci-python-poetry-with-docker.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
steps:
2222
- name: Check out repository code
23-
uses: actions/[email protected].0
23+
uses: actions/[email protected].1
2424
with:
2525
fetch-depth: 0
2626

.gitea/workflows/ci-python-poetry.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
steps:
2222
- name: Check out repository code
23-
uses: actions/[email protected].0
23+
uses: actions/[email protected].1
2424
with:
2525
fetch-depth: 0
2626

.gitea/workflows/ci-python-uv-with-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Check out repository code
22-
uses: actions/[email protected].0
22+
uses: actions/[email protected].1
2323
with:
2424
fetch-depth: 0
2525

.gitea/workflows/ci-python-with-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Check out repository code
20-
uses: actions/[email protected].0
20+
uses: actions/[email protected].1
2121
with:
2222
fetch-depth: 0
2323

.gitea/workflows/ci-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Check out repository code
20-
uses: actions/[email protected].0
20+
uses: actions/[email protected].1
2121
with:
2222
fetch-depth: 0
2323

.gitea/workflows/create-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
clean_changelog: ${{ steps.get_next_version.outputs.clean_changelog }}
2020
steps:
2121
- name: Check out repository
22-
uses: actions/[email protected].0
22+
uses: actions/[email protected].1
2323
with:
2424
fetch-depth: 0
2525

@@ -72,7 +72,7 @@ jobs:
7272
needs: get_next_release
7373
steps:
7474
- name: Check out repository
75-
uses: actions/[email protected].0
75+
uses: actions/[email protected].1
7676
with:
7777
fetch-depth: 0
7878

.gitea/workflows/release-with-tag.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
clean_changelog: ${{ steps.get_next_version.outputs.clean_changelog }}
2020
steps:
2121
- name: Check out repository
22-
uses: actions/[email protected].0
22+
uses: actions/[email protected].1
2323
with:
2424
fetch-depth: 0
2525

0 commit comments

Comments
 (0)