We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61adde6 commit 3dbe415Copy full SHA for 3dbe415
1 file changed
.github/workflows/build.yml
@@ -38,7 +38,7 @@ jobs:
38
39
# Check out the current repository
40
- name: Fetch Sources
41
- uses: actions/checkout@v5.0.0
+ uses: actions/checkout@v5.0.1
42
43
# Validate wrapper
44
- name: Gradle Wrapper Validation
@@ -104,7 +104,7 @@ jobs:
104
105
106
107
108
109
# Set up Java environment for the next steps
110
- name: Setup Java
0 commit comments