Skip to content

Commit 3dbe415

Browse files
Update actions/checkout action to v5.0.1 (#18)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 61adde6 commit 3dbe415

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
# Check out the current repository
4040
- name: Fetch Sources
41-
uses: actions/checkout@v5.0.0
41+
uses: actions/checkout@v5.0.1
4242

4343
# Validate wrapper
4444
- name: Gradle Wrapper Validation
@@ -104,7 +104,7 @@ jobs:
104104

105105
# Check out the current repository
106106
- name: Fetch Sources
107-
uses: actions/checkout@v5.0.0
107+
uses: actions/checkout@v5.0.1
108108

109109
# Set up Java environment for the next steps
110110
- name: Setup Java

0 commit comments

Comments
 (0)