Skip to content

Commit

Permalink
Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sofianedjerbi committed Oct 9, 2023
1 parent 5c08f71 commit daf406e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Expand Up @@ -16,7 +16,6 @@ jobs:
cache: 'gradle'
distribution: 'graalvm'
github-token: ${{ secrets.GITHUB_TOKEN }}
version: 'latest'
- name: Configure Git User Details
run: |
git config --global user.email "actions@github.com" && git config --global user.name "Github Actions"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Expand Up @@ -16,7 +16,6 @@ jobs:
cache: 'gradle'
distribution: 'graalvm'
github-token: ${{ secrets.GITHUB_TOKEN }}
version: 'latest'
- name: Configure Git User Details
run: |
git config --global user.email "actions@github.com" && git config --global user.name "Github Actions"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/upstream.yml
Expand Up @@ -10,9 +10,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Git Repository
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Set up JDK
uses: actions/setup-java@v2.5.0
uses: actions/setup-java@v3
with:
java-version: '17'
cache: 'gradle'
Expand All @@ -28,7 +28,7 @@ jobs:
- name: Rebuild Patches
run: ./gradlew rebuildPatches --stacktrace
- name: Upload Paperclip jar
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: kaiiju.jar
path: build/libs/kaiiju-paperclip-*-reobf.jar
Expand Down

0 comments on commit daf406e

Please sign in to comment.