We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5d20a5 commit c08d0abCopy full SHA for c08d0ab
.github/workflows/main.yml
@@ -24,7 +24,7 @@ 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
+ - uses: actions/checkout@v4
28
- uses: actions/setup-java@v3
29
with:
30
distribution: 'corretto'
@@ -41,7 +41,7 @@ jobs:
41
42
43
44
45
46
47
0 commit comments