Update upstream & paperweight to 1.2.0

This commit is contained in:
Jason Penilla
2021-11-16 21:27:00 -08:00
committed by Cryptite
parent b52c6cf4a1
commit 92ade31e1a
5 changed files with 11 additions and 11 deletions

View File

@@ -23,7 +23,7 @@ jobs:
uses: actions/setup-java@v2.3.0
with:
distribution: 'temurin'
java-version: '16'
java-version: '17'
- name: Configure Git User Details
run: git config --global user.email "actions@github.com" && git config --global user.name "Github Actions"
- name: Apply Patches