1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-19 19:25:48 +00:00

[CI Skip] Merge pull request #3337 from Slimefun/renovate/actions-checkout-2.x

This commit is contained in:
Daniel Walsh 2021-11-06 20:52:07 +00:00 committed by GitHub
commit cd6b39b3d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2.3.5
uses: actions/checkout@v2.4.0
- name: Set up Java JDK 11
uses: actions/setup-java@v2.3.1

View File

@ -16,7 +16,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2.3.5
uses: actions/checkout@v2.4.0
with:
fetch-depth: 0