Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
PinkGoosik committed Apr 24, 2024
1 parent e5f32a6 commit e9f9557
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/publish-curseforge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v2
- name: Set up JDK 17
uses: actions/setup-java@v1
uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: 17
java-version: 21
- name: Change wrapper permissions
run: chmod +x ./gradlew
- name: Build artifacts
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
cloth-config
java: |
17
21
retry-attempts: 2
retry-delay: 10000
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/publish-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v2
- name: Set up JDK 17
uses: actions/setup-java@v1
uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: 17
java-version: 21
- name: Change wrapper permissions
run: chmod +x ./gradlew
- name: Build artifacts
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/publish-modrinth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v2
- name: Set up JDK 17
uses: actions/setup-java@v1
uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: 17
java-version: 21
- name: Change wrapper permissions
run: chmod +x ./gradlew
- name: Build artifacts
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
cloth-config
java: |
17
21
retry-attempts: 2
retry-delay: 10000
Expand Down

0 comments on commit e9f9557

Please sign in to comment.