Skip to content

Commit

Permalink
📦 deps(actions): update actions deps
Browse files Browse the repository at this point in the history
  • Loading branch information
cxntered committed Jul 10, 2024
1 parent 5389387 commit ed09186
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4.1.7
with:
fetch-depth: 10

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

- uses: actions/cache@v2
- uses: actions/cache@v4.0.2
with:
path: |
~/.gradle/caches
Expand All @@ -47,7 +47,7 @@ jobs:
run: ./gradlew build --no-daemon

- name: Upload built mod JAR
uses: actions/upload-artifact@v4.3.0
uses: actions/upload-artifact@v4.3.4
with:
name: mod-jar
path: versions/1.8.9-forge/build/libs/*.jar

0 comments on commit ed09186

Please sign in to comment.