Skip to content

Commit

Permalink
Update PR action (#3774)
Browse files Browse the repository at this point in the history
- upgrade Java action to resolve deprecation warnings
- `Kas-tle/ForkFinder`is now `Kas-tle/find-forks-action`
  • Loading branch information
Kas-tle authored May 18, 2023
1 parent a8b6268 commit 551f159
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pullrequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 551f159

Please sign in to comment.