From 74fe9ebf021283e97c25eee3c57dac978f96e67c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Sep 2023 14:59:32 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 (#344) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://togithub.com/actions/checkout) | action | major | `v3` -> `v4` | --- ### Release Notes
actions/checkout (actions/checkout) ### [`v4`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v400) [Compare Source](https://togithub.com/actions/checkout/compare/v3...v4) - [Support fetching without the --progress option](https://togithub.com/actions/checkout/pull/1067) - [Update to node20](https://togithub.com/actions/checkout/pull/1436)
--- ### 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 becomes conflicted, 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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/techprimate/TPPDF). --- .github/workflows/danger.yml | 2 +- .github/workflows/documentation.yml | 2 +- .github/workflows/tests.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/danger.yml b/.github/workflows/danger.yml index 794dc9e6..b4f23fbb 100644 --- a/.github/workflows/danger.yml +++ b/.github/workflows/danger.yml @@ -10,7 +10,7 @@ jobs: name: Review, Lint, Verify runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Danger uses: docker://ghcr.io/danger/danger-swift-with-swiftlint:3.15.0 diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 87018904..00d60e4e 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -9,7 +9,7 @@ jobs: runs-on: macos-latest steps: - # Checkout the repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - # Install Ruby uses: ruby/setup-ruby@v1 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7b2d7cbf..d0b4e3cd 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -17,7 +17,7 @@ jobs: timeout-minutes: 30 steps: - # Checkout the repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - # Install dependencies run: brew install xcbeautify @@ -82,7 +82,7 @@ jobs: timeout-minutes: 30 steps: - # Checkout the repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - # Install dependencies run: brew install xcbeautify