Skip to content

Commit 7686cf6

Browse files
renovate[bot]luketainton
authored andcommitted
chore(deps): update actions/checkout action to v5.0.1 (#45)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://github.com/actions/checkout) | action | patch | `v5.0.0` -> `v5.0.1` | --- ### Release Notes <details> <summary>actions/checkout (actions/checkout)</summary> ### [`v5.0.1`](https://github.com/actions/checkout/releases/tag/v5.0.1) [Compare Source](actions/checkout@v5.0.0...v5.0.1) #### What's Changed - Port v6 cleanup to v5 by [@&#8203;ericsciple](https://github.com/ericsciple) in [#&#8203;2301](actions/checkout#2301) **Full Changelog**: <actions/checkout@v5...v5.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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xMi4xIiwidXBkYXRlZEluVmVyIjoiNDIuMTIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsidHlwZS9kZXBlbmRlbmNpZXMiXX0=--> Reviewed-on: https://git.tainton.uk/actions/gha-workflows/pulls/45 Co-authored-by: renovate[bot] <renovate-bot@git.tainton.uk> Co-committed-by: renovate[bot] <renovate-bot@git.tainton.uk>
1 parent 662e9f6 commit 7686cf6

15 files changed

Lines changed: 16 additions & 16 deletions

.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/checkout@v5.0.0
46+
uses: actions/checkout@v5.0.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/checkout@v5.0.0
22+
uses: actions/checkout@v5.0.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/checkout@v5.0.0
15+
uses: actions/checkout@v5.0.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/checkout@v5.0.0
23+
uses: actions/checkout@v5.0.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/checkout@v5.0.0
23+
uses: actions/checkout@v5.0.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/checkout@v5.0.0
22+
uses: actions/checkout@v5.0.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/checkout@v5.0.0
20+
uses: actions/checkout@v5.0.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/checkout@v5.0.0
20+
uses: actions/checkout@v5.0.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/checkout@v5.0.0
22+
uses: actions/checkout@v5.0.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/checkout@v5.0.0
75+
uses: actions/checkout@v5.0.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/checkout@v5.0.0
22+
uses: actions/checkout@v5.0.1
2323
with:
2424
fetch-depth: 0
2525

0 commit comments

Comments
 (0)