diff options
author | Jason Penilla <[email protected]> | 2022-04-05 10:44:21 -0700 |
---|---|---|
committer | Jason Penilla <[email protected]> | 2022-04-05 10:44:21 -0700 |
commit | 62dcff3e8d82b5782b5c1a2daee0eb45f6b2c649 (patch) | |
tree | 65d892dc1656ea50d899009edd3b0c4084210a31 /.github | |
parent | 92426e39be092a712385e4586e073a808a55797d (diff) | |
download | Paper-62dcff3e8d82b5782b5c1a2daee0eb45f6b2c649.tar.gz Paper-62dcff3e8d82b5782b5c1a2daee0eb45f6b2c649.zip |
Update actions
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 639dcbe4a5..e2662858da 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,9 +18,9 @@ jobs: java: [17] fail-fast: true steps: - - uses: actions/[email protected] + - uses: actions/[email protected] - name: JDK ${{ matrix.java }} - uses: actions/[email protected] + uses: actions/[email protected] with: java-version: ${{ matrix.java }} cache: 'gradle' |