diff options
author | Pedro <[email protected]> | 2022-10-26 12:44:55 -0300 |
---|---|---|
committer | GitHub <[email protected]> | 2022-10-26 16:44:55 +0100 |
commit | 7b3b5938fdf0608a985daee7ac6891c7d1a45512 (patch) | |
tree | 5e39a3fe1a17003b7394b873e0ec5d685db5b899 /.github | |
parent | 25cd3eee99a96b360ab947fb78459045f29b2b78 (diff) | |
download | Paper-7b3b5938fdf0608a985daee7ac6891c7d1a45512.tar.gz Paper-7b3b5938fdf0608a985daee7ac6891c7d1a45512.zip |
[ci skip] Update checkout action in workflow (#8510)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dd5a6f7d95..66e027abcc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ jobs: java: [17] fail-fast: true steps: - - uses: actions/[email protected] + - uses: actions/checkout@v3 - name: JDK ${{ matrix.java }} uses: actions/[email protected] with: |