There was an error while loading. Please reload this page.
2 parents 13a8bbc + f2f0749 commit 89296c6Copy full SHA for 89296c6
2 files changed
.github/workflows/main.yaml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
steps:
16
- name: "Checkout Repo"
17
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
18
- name: "Setup Java 21"
19
uses: actions/setup-java@v4
20
with:
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
run: sudo apt-get update
- name: Checkout code
21
22
- name: Set up JDK 21
23
0 commit comments