Skip to content

Commit 8596fba

Browse files
Renovate [BOT]luketainton
authored andcommitted
chore(deps): update actions/checkout action to v4.3.0 (#28)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://github.com/actions/checkout) | action | minor | `v4.2.2` -> `v4.3.0` | --- ### Release Notes <details> <summary>actions/checkout (actions/checkout)</summary> ### [`v4.3.0`](https://github.com/actions/checkout/releases/tag/v4.3.0) [Compare Source](actions/checkout@v4.2.2...v4.3.0) #### What's Changed - docs: update README.md by [@&#8203;motss](https://github.com/motss) in actions/checkout#1971 - Add internal repos for checking out multiple repositories by [@&#8203;mouismail](https://github.com/mouismail) in actions/checkout#1977 - Documentation update - add recommended permissions to Readme by [@&#8203;benwells](https://github.com/benwells) in actions/checkout#2043 - Adjust positioning of user email note and permissions heading by [@&#8203;joshmgross](https://github.com/joshmgross) in actions/checkout#2044 - Update README.md by [@&#8203;nebuk89](https://github.com/nebuk89) in actions/checkout#2194 - Update CODEOWNERS for actions by [@&#8203;TingluoHuang](https://github.com/TingluoHuang) in actions/checkout#2224 - Update package dependencies by [@&#8203;salmanmkc](https://github.com/salmanmkc) in actions/checkout#2236 - Prepare release v4.3.0 by [@&#8203;salmanmkc](https://github.com/salmanmkc) in actions/checkout#2237 #### New Contributors - [@&#8203;motss](https://github.com/motss) made their first contribution in actions/checkout#1971 - [@&#8203;mouismail](https://github.com/mouismail) made their first contribution in actions/checkout#1977 - [@&#8203;benwells](https://github.com/benwells) made their first contribution in actions/checkout#2043 - [@&#8203;nebuk89](https://github.com/nebuk89) made their first contribution in actions/checkout#2194 - [@&#8203;salmanmkc](https://github.com/salmanmkc) made their first contribution in actions/checkout#2236 **Full Changelog**: actions/checkout@v4...v4.3.0 </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:eyJjcmVhdGVkSW5WZXIiOiI0MS42MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuNjEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsidHlwZS9kZXBlbmRlbmNpZXMiXX0=--> Reviewed-on: https://git.tainton.uk/actions/gha-workflows/pulls/28 Co-authored-by: Renovate [BOT] <[email protected]> Co-committed-by: Renovate [BOT] <[email protected]>
1 parent f8ee92b commit 8596fba

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

0 commit comments

Comments
 (0)