diff options
author | Pedro <[email protected]> | 2022-10-22 09:13:05 -0300 |
---|---|---|
committer | GitHub <[email protected]> | 2022-10-22 14:13:05 +0200 |
commit | eb494184a8f6673d62357a22ac748debddad4435 (patch) | |
tree | 3b94442dd2ca6cdaf9f4753cf903fc05470e4d8e /.github | |
parent | 3dcfec4499ce2ab3d8c775c7795a6283f8647242 (diff) | |
download | Paper-eb494184a8f6673d62357a22ac748debddad4435.tar.gz Paper-eb494184a8f6673d62357a22ac748debddad4435.zip |
[ci skip] Update workflow dependencies (#8489)
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 e2662858da..dd5a6f7d95 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' |