Update upstream & paperweight to 1.2.0

This commit is contained in:
Jason Penilla
2021-11-16 21:27:00 -08:00
parent 4881c096bc
commit 53dbd2bc9c
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