Skip to content

Commit 4dc0486

Browse files
renovatearthurr0
authored andcommitted
Update actions/checkout action to v3 (#54)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://github.com/actions/checkout) | action | major | `v2` -> `v3` | --- ### Release Notes <details> <summary>actions/checkout</summary> ### [`v3`](https://github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v353) [Compare Source](actions/checkout@v2...v3) - [Fix: Checkout fail in self-hosted runners when faulty submodule are checked-in](actions/checkout#1196) - [Fix typos found by codespell](actions/checkout#1287) - [Add support for sparse checkouts](actions/checkout#1369) </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 becomes conflicted, 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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMjguMCIsInVwZGF0ZWRJblZlciI6IjM1LjEwLjIifQ==--> Co-authored-by: Renovate Bot <[email protected]> Reviewed-on: https://git.minecodes.pl/mineCodes/mineEconomy/pulls/54 Co-authored-by: renovate <[email protected]> Co-committed-by: renovate <[email protected]>
1 parent b71b112 commit 4dc0486

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
java: [8, 11, 16]
99
name: Build on JDK ${{ matrix.java }}
1010
steps:
11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v3
1212
- name: Set up JDK ${{ matrix.java }}
1313
uses: actions/setup-java@v2
1414
with:

0 commit comments

Comments
 (0)