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

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

This commit is contained in:
Daniel Walsh 2021-10-18 13:46:15 +01:00 committed by GitHub
commit 5675f00e53
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.4
uses: actions/checkout@v2.3.5
- 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.4
uses: actions/checkout@v2.3.5
with:
fetch-depth: 0