From 8596fba7fb2e47d4b5734337b551936d257a2bc1 Mon Sep 17 00:00:00 2001 From: "Renovate [BOT]" Date: Tue, 12 Aug 2025 22:09:29 +0200 Subject: [PATCH] chore(deps): update actions/checkout action to v4.3.0 (#28) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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
actions/checkout (actions/checkout) ### [`v4.3.0`](https://github.com/actions/checkout/releases/tag/v4.3.0) [Compare Source](https://github.com/actions/checkout/compare/v4.2.2...v4.3.0) #### What's Changed - docs: update README.md by [@​motss](https://github.com/motss) in https://github.com/actions/checkout/pull/1971 - Add internal repos for checking out multiple repositories by [@​mouismail](https://github.com/mouismail) in https://github.com/actions/checkout/pull/1977 - Documentation update - add recommended permissions to Readme by [@​benwells](https://github.com/benwells) in https://github.com/actions/checkout/pull/2043 - Adjust positioning of user email note and permissions heading by [@​joshmgross](https://github.com/joshmgross) in https://github.com/actions/checkout/pull/2044 - Update README.md by [@​nebuk89](https://github.com/nebuk89) in https://github.com/actions/checkout/pull/2194 - Update CODEOWNERS for actions by [@​TingluoHuang](https://github.com/TingluoHuang) in https://github.com/actions/checkout/pull/2224 - Update package dependencies by [@​salmanmkc](https://github.com/salmanmkc) in https://github.com/actions/checkout/pull/2236 - Prepare release v4.3.0 by [@​salmanmkc](https://github.com/salmanmkc) in https://github.com/actions/checkout/pull/2237 #### New Contributors - [@​motss](https://github.com/motss) made their first contribution in https://github.com/actions/checkout/pull/1971 - [@​mouismail](https://github.com/mouismail) made their first contribution in https://github.com/actions/checkout/pull/1977 - [@​benwells](https://github.com/benwells) made their first contribution in https://github.com/actions/checkout/pull/2043 - [@​nebuk89](https://github.com/nebuk89) made their first contribution in https://github.com/actions/checkout/pull/2194 - [@​salmanmkc](https://github.com/salmanmkc) made their first contribution in https://github.com/actions/checkout/pull/2236 **Full Changelog**: https://github.com/actions/checkout/compare/v4...v4.3.0
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://git.tainton.uk/actions/gha-workflows/pulls/28 Co-authored-by: Renovate [BOT] Co-committed-by: Renovate [BOT] --- .gitea/workflows/build-push-docker.yml | 2 +- .gitea/workflows/changelog.yaml | 2 +- .gitea/workflows/ci-docker.yml | 2 +- .gitea/workflows/ci-python-poetry-with-docker.yml | 2 +- .gitea/workflows/ci-python-poetry.yml | 2 +- .gitea/workflows/ci-python-uv-with-docker.yml | 2 +- .gitea/workflows/ci-python-with-docker.yml | 2 +- .gitea/workflows/ci-python.yml | 2 +- .gitea/workflows/create-release.yml | 4 ++-- .gitea/workflows/release-with-tag.yaml | 2 +- .github/workflows/ci-docker.yml | 2 +- .github/workflows/ci-python-poetry-with-docker.yml | 2 +- .github/workflows/ci-python-poetry.yml | 2 +- .github/workflows/ci-python-with-docker.yml | 2 +- .github/workflows/ci-python.yml | 2 +- 15 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.gitea/workflows/build-push-docker.yml b/.gitea/workflows/build-push-docker.yml index 86a84fc..caecaf8 100644 --- a/.gitea/workflows/build-push-docker.yml +++ b/.gitea/workflows/build-push-docker.yml @@ -43,7 +43,7 @@ jobs: REPO: ${{ gitea.repository }} - name: Check out repository - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v4.3.0 with: fetch-depth: 0 ref: ${{ inputs.release }} diff --git a/.gitea/workflows/changelog.yaml b/.gitea/workflows/changelog.yaml index 43d01a7..82d970c 100644 --- a/.gitea/workflows/changelog.yaml +++ b/.gitea/workflows/changelog.yaml @@ -19,7 +19,7 @@ jobs: clean_changelog: ${{ steps.get_next_version.outputs.clean_changelog }} steps: - name: Check out repository - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v4.3.0 with: fetch-depth: 0 diff --git a/.gitea/workflows/ci-docker.yml b/.gitea/workflows/ci-docker.yml index f3b97f6..3dbc813 100644 --- a/.gitea/workflows/ci-docker.yml +++ b/.gitea/workflows/ci-docker.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out repository code - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v4.3.0 with: fetch-depth: 0 diff --git a/.gitea/workflows/ci-python-poetry-with-docker.yml b/.gitea/workflows/ci-python-poetry-with-docker.yml index 198fe4a..b64e365 100644 --- a/.gitea/workflows/ci-python-poetry-with-docker.yml +++ b/.gitea/workflows/ci-python-poetry-with-docker.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out repository code - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v4.3.0 with: fetch-depth: 0 diff --git a/.gitea/workflows/ci-python-poetry.yml b/.gitea/workflows/ci-python-poetry.yml index 090d6c2..c304b74 100644 --- a/.gitea/workflows/ci-python-poetry.yml +++ b/.gitea/workflows/ci-python-poetry.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out repository code - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v4.3.0 with: fetch-depth: 0 diff --git a/.gitea/workflows/ci-python-uv-with-docker.yml b/.gitea/workflows/ci-python-uv-with-docker.yml index 91c3606..b8315ce 100644 --- a/.gitea/workflows/ci-python-uv-with-docker.yml +++ b/.gitea/workflows/ci-python-uv-with-docker.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out repository code - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v4.3.0 with: fetch-depth: 0 diff --git a/.gitea/workflows/ci-python-with-docker.yml b/.gitea/workflows/ci-python-with-docker.yml index 520c6c8..2e04764 100644 --- a/.gitea/workflows/ci-python-with-docker.yml +++ b/.gitea/workflows/ci-python-with-docker.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out repository code - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v4.3.0 with: fetch-depth: 0 diff --git a/.gitea/workflows/ci-python.yml b/.gitea/workflows/ci-python.yml index 68c7406..a97c5ea 100644 --- a/.gitea/workflows/ci-python.yml +++ b/.gitea/workflows/ci-python.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out repository code - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v4.3.0 with: fetch-depth: 0 diff --git a/.gitea/workflows/create-release.yml b/.gitea/workflows/create-release.yml index f52251d..ca08dd4 100644 --- a/.gitea/workflows/create-release.yml +++ b/.gitea/workflows/create-release.yml @@ -19,7 +19,7 @@ jobs: clean_changelog: ${{ steps.get_next_version.outputs.clean_changelog }} steps: - name: Check out repository - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v4.3.0 with: fetch-depth: 0 @@ -72,7 +72,7 @@ jobs: needs: get_next_release steps: - name: Check out repository - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v4.3.0 with: fetch-depth: 0 diff --git a/.gitea/workflows/release-with-tag.yaml b/.gitea/workflows/release-with-tag.yaml index f4c2ccb..0dff4e3 100644 --- a/.gitea/workflows/release-with-tag.yaml +++ b/.gitea/workflows/release-with-tag.yaml @@ -19,7 +19,7 @@ jobs: clean_changelog: ${{ steps.get_next_version.outputs.clean_changelog }} steps: - name: Check out repository - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v4.3.0 with: fetch-depth: 0 diff --git a/.github/workflows/ci-docker.yml b/.github/workflows/ci-docker.yml index 046d9b8..6308237 100644 --- a/.github/workflows/ci-docker.yml +++ b/.github/workflows/ci-docker.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out repository code - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v4.3.0 with: fetch-depth: 0 - uses: hadolint/hadolint-action@v3.1.0 diff --git a/.github/workflows/ci-python-poetry-with-docker.yml b/.github/workflows/ci-python-poetry-with-docker.yml index 047549c..61c1133 100644 --- a/.github/workflows/ci-python-poetry-with-docker.yml +++ b/.github/workflows/ci-python-poetry-with-docker.yml @@ -22,7 +22,7 @@ jobs: PYTHON_VERSION=${{ inputs.python-version }} echo "value=${PYTHON_VERSION:-"3.11"}" >> $GITHUB_OUTPUT - name: Check out repository code - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v4.3.0 with: fetch-depth: 0 - uses: hadolint/hadolint-action@v3.1.0 diff --git a/.github/workflows/ci-python-poetry.yml b/.github/workflows/ci-python-poetry.yml index d824a65..ff68686 100644 --- a/.github/workflows/ci-python-poetry.yml +++ b/.github/workflows/ci-python-poetry.yml @@ -22,7 +22,7 @@ jobs: PYTHON_VERSION=${{ inputs.python-version }} echo "value=${PYTHON_VERSION:-"3.11"}" >> $GITHUB_OUTPUT - name: Check out repository code - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v4.3.0 with: fetch-depth: 0 - name: Setup Python diff --git a/.github/workflows/ci-python-with-docker.yml b/.github/workflows/ci-python-with-docker.yml index ff25b47..2185ea8 100644 --- a/.github/workflows/ci-python-with-docker.yml +++ b/.github/workflows/ci-python-with-docker.yml @@ -22,7 +22,7 @@ jobs: PYTHON_VERSION=${{ inputs.python-version }} echo "value=${PYTHON_VERSION:-"3.11"}" >> $GITHUB_OUTPUT - name: Check out repository code - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v4.3.0 with: fetch-depth: 0 - uses: hadolint/hadolint-action@v3.1.0 diff --git a/.github/workflows/ci-python.yml b/.github/workflows/ci-python.yml index 7c66547..e644633 100644 --- a/.github/workflows/ci-python.yml +++ b/.github/workflows/ci-python.yml @@ -22,7 +22,7 @@ jobs: PYTHON_VERSION=${{ inputs.python-version }} echo "value=${PYTHON_VERSION:-"3.11"}" >> $GITHUB_OUTPUT - name: Check out repository code - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v4.3.0 with: fetch-depth: 0 - name: Setup Python