Update PR action (#3774)

- upgrade Java action to resolve deprecation warnings
- `Kas-tle/ForkFinder`is now `Kas-tle/find-forks-action`
This commit is contained in:
Kas-tle 2023-05-18 13:16:00 -07:00 committed by GitHub
parent a8b62681bb
commit 551f159fc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -17,13 +17,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up JDK 17
uses: actions/setup-java@v1
uses: actions/setup-java@v3
with:
java-version: 17
distribution: temurin
- name: Check if the author has forked the API repo
uses: Kas-tle/ForkFinder@v1.0.1
uses: Kas-tle/find-forks-action@v1.0.1
id: find_forks
with:
owner: GeyserMC