Skip to content

Commit

Permalink
CI: Update action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
YaLTeR committed Mar 4, 2024
1 parent 9d563e8 commit 18cf8ee
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,23 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
show-progress: false

- name: Set up JDK
uses: actions/setup-java@v2
uses: actions/setup-java@v4
with:
distribution: adopt
java-version: 17

- name: Build (Forge)
run: ./gradlew build
- name: Build (NeoForge)
run: ./gradlew --build-file build-neoforge.gradle build
- name: Build (Fabric)
run: ./gradlew --build-file build-fabric.gradle build

- uses: actions/upload-artifact@v2
with:
name: MouseTweaks
Expand Down

0 comments on commit 18cf8ee

Please sign in to comment.