diff options
author | Pedro <[email protected]> | 2022-10-22 09:13:05 -0300 |
---|---|---|
committer | Pedro <[email protected]> | 2022-10-22 09:13:05 -0300 |
commit | b3694909dc91e85fdc62918404574fd40d02c163 (patch) | |
tree | c310e2e61f86325f5718972f3b09e0b9928d5a22 | |
parent | 13f72076657e175b851c1b5b9a8e0b2a9c6cd50f (diff) | |
download | Paper-b3694909dc91e85fdc62918404574fd40d02c163.tar.gz Paper-b3694909dc91e85fdc62918404574fd40d02c163.zip |
[ci skip] Update workflow dependencies (#8489)
-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' |