Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-12-24 15:20:25 +01:00
Update PR action (#3774)
- upgrade Java action to resolve deprecation warnings - `Kas-tle/ForkFinder`is now `Kas-tle/find-forks-action`
Dieser Commit ist enthalten in:
Ursprung
a8b62681bb
Commit
551f159fc5
4
.github/workflows/pullrequest.yml
vendored
4
.github/workflows/pullrequest.yml
vendored
@ -17,13 +17,13 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Set up JDK 17
|
- name: Set up JDK 17
|
||||||
uses: actions/setup-java@v1
|
uses: actions/setup-java@v3
|
||||||
with:
|
with:
|
||||||
java-version: 17
|
java-version: 17
|
||||||
distribution: temurin
|
distribution: temurin
|
||||||
|
|
||||||
- name: Check if the author has forked the API repo
|
- 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
|
id: find_forks
|
||||||
with:
|
with:
|
||||||
owner: GeyserMC
|
owner: GeyserMC
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren