1
0
Fork 0
mirror of https://github.com/PaperMC/Paper.git synced 2025-03-20 22:18:58 +01:00

[ci skip] Update checkout action in workflow ()

This commit is contained in:
Pedro 2022-10-26 12:44:55 -03:00 committed by GitHub
parent 25cd3eee99
commit 7b3b5938fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@ jobs:
java: [17]
fail-fast: true
steps:
- uses: actions/checkout@v2.5.0
- uses: actions/checkout@v3
- name: JDK ${{ matrix.java }}
uses: actions/setup-java@v3.6.0
with: