We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d445420 commit 98db5e5Copy full SHA for 98db5e5
.github/workflows/main.yml
@@ -23,9 +23,9 @@ jobs:
23
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
+ # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
27
- uses: actions/checkout@v4
28
- - uses: actions/setup-java@v3
+ - uses: actions/setup-java@v4
29
with:
30
distribution: 'corretto'
31
java-version: '8'
@@ -42,7 +42,7 @@ jobs:
42
43
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
44
45
46
47
48
0 commit comments