1
0
Fork 0
mirror of https://github.com/PaperMC/Paper.git synced 2025-01-30 19:40:37 +01:00

[ci skip] Update checkout action in workflow ()

This commit is contained in:
Pedro 2022-10-26 12:44:55 -03:00
parent 1e44e31be7
commit 96871bcde1

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: