We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ad50963 + c08d0ab commit 79a6890Copy full SHA for 79a6890
.github/workflows/main.yml
@@ -24,8 +24,8 @@ jobs:
24
# Steps represent a sequence of tasks that will be executed as part of the job
25
steps:
26
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
27
- - uses: actions/checkout@v3
28
- uses: actions/setup-java@v4
+ - uses: actions/checkout@v4
29
with:
30
distribution: 'corretto'
31
java-version: '8'
@@ -41,8 +41,8 @@ jobs:
41
42
43
44
45
46
47
48
0 commit comments