From 4dc04864df984d0ba7b5586561c9e24a48a36a37 Mon Sep 17 00:00:00 2001 From: renovate Date: Fri, 21 Jul 2023 21:56:23 +0000 Subject: [PATCH] Update actions/checkout action to v3 (#54) 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 | major | `v2` -> `v3` | --- ### Release Notes
actions/checkout ### [`v3`](/~https://github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v353) [Compare Source](/~https://github.com/actions/checkout/compare/v2...v3) - [Fix: Checkout fail in self-hosted runners when faulty submodule are checked-in](/~https://github.com/actions/checkout/pull/1196) - [Fix typos found by codespell](/~https://github.com/actions/checkout/pull/1287) - [Add support for sparse checkouts](/~https://github.com/actions/checkout/pull/1369)
--- ### 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 [Renovate Bot](/~https://github.com/renovatebot/renovate). Co-authored-by: Renovate Bot Reviewed-on: https://git.minecodes.pl/mineCodes/mineEconomy/pulls/54 Co-authored-by: renovate Co-committed-by: renovate --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c9be746..09c93eb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,7 +8,7 @@ jobs: java: [8, 11, 16] name: Build on JDK ${{ matrix.java }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Set up JDK ${{ matrix.java }} uses: actions/setup-java@v2 with: