2 parents b5b003c + 3cb19b9 commit 9e89e18Copy full SHA for 9e89e18
1 file changed
.github/workflows/build-ci.yml
@@ -17,7 +17,7 @@ jobs:
17
18
steps:
19
# Set up
20
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
21
- name: Set up JDK 17
22
uses: actions/setup-java@v5
23
with:
@@ -52,7 +52,7 @@ jobs:
52
53
54
55
56
- name: Set up QEMU
57
uses: docker/setup-qemu-action@v3
58
- name: Set up Docker Buildx
0 commit comments