Skip to content

Commit

Permalink
Update GitHub actions workflow file (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
Coccocoahelper authored Jul 16, 2024
1 parent 4b79fdd commit 075c9cc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ jobs:
runs-on: "ubuntu-latest"

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

- uses: gradle/wrapper-validation-action@v1
- uses: gradle/wrapper-validation-action@v3

- uses: actions/setup-java@v2
- uses: actions/setup-java@v4
with:
distribution: "temurin"
java-version: "17"

- uses: actions/cache@v2
- uses: actions/cache@v4
with:
path: |
~/.gradle/caches
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/mcmod.info
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
"screenshots": [],
"dependencies": []
}
]
]

0 comments on commit 075c9cc

Please sign in to comment.