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 88db07b commit dcac31dCopy full SHA for dcac31d
.github/workflows/java.yml
@@ -14,7 +14,11 @@ jobs:
14
check-java-exercises:
15
runs-on: ubuntu-22.04
16
steps:
17
- - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
+ - name: Checkout the latest commit on the main branch
18
+ uses: actions/checkout@v4
19
+ with:
20
+ ref: main
21
+
22
- uses: actions/wrapper-validation-action@v1
23
- uses: actions/setup-java@v3
24
with:
0 commit comments