1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-20 03:35:51 +00:00

[ci skip] Merge pull request #3734 from Slimefun/renovate/actions-checkout-3.x

This commit is contained in:
Daniel Walsh 2023-01-05 19:45:14 +00:00 committed by GitHub
commit 03ee9f18ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3.2.0
uses: actions/checkout@v3.3.0
- name: Set up Java JDK 17
uses: actions/setup-java@v3.6.0

View File

@ -19,7 +19,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3.2.0
uses: actions/checkout@v3.3.0
with:
fetch-depth: 0