We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcb0cd1 commit ade02f5Copy full SHA for ade02f5
.github/workflows/build-test-projects-3.x.yml
@@ -54,7 +54,7 @@ jobs:
54
ports:
55
- 8888:8888
56
steps:
57
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
58
59
- name: Set up Java
60
uses: actions/setup-java@v4
.github/workflows/build-test-projects.yml
@@ -46,7 +46,7 @@ jobs:
46
- 'chapter-6/chapter-6-quarkus-rest-monitoring'
47
name: "java${{ matrix.java }}-${{ matrix.project }}"
48
49
50
51
52
0 commit comments