Skip to content

Commit 784820f

Browse files
Merge pull request #309 from orphan-oss/renovate/actions-checkout-4.x
Update actions/checkout action to v4.1.0
2 parents 023ec7b + a5bbb52 commit 784820f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
java: [ 8, 11, 17 ]
4141
steps:
4242
- name: Checkout code
43-
uses: actions/checkout@v4.0.0
43+
uses: actions/checkout@v4.1.0
4444
- name: Set up cache
4545
uses: actions/cache@v3.3.2
4646
with:

0 commit comments

Comments
 (0)