Skip to content

Commit

Permalink
Merge pull request #74 from TimoliaDE/master
Browse files Browse the repository at this point in the history
Update Actions
  • Loading branch information
TheSilentPro authored Mar 4, 2024
2 parents 28c594d + dff87de commit 79e5e8f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/discord.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2.3.4
uses: actions/checkout@v4

- name: Set up Java JDK 17
uses: actions/setup-java@v2.1.0
uses: actions/setup-java@v4
with:
distribution: 'adopt'
java-version: '17'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
if: contains(github.event.head_commit.message, '[ci skip]') == false

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Set up JDK 17
uses: actions/setup-java@v3.13.0
uses: actions/setup-java@v4
with:
distribution: 'adopt'
java-version: '17'
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
<dependency>
<groupId>net.wesjd</groupId>
<artifactId>anvilgui</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>1.9.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.github.TheSilentPro</groupId>
Expand Down

0 comments on commit 79e5e8f

Please sign in to comment.