mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
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:
parent
a8b62681bb
commit
551f159fc5
1 changed files with 2 additions and 2 deletions
4
.github/workflows/pullrequest.yml
vendored
4
.github/workflows/pullrequest.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue