Skip to content

Commit 1759594

Browse files
authored
Merge pull request #55 from sbt/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents f20dc1b + 3b12f40 commit 1759594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
env:
2929
JAVA_OPTS: -Xms2048M -Xmx2048M -Xss6M -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8
3030
steps:
31-
- uses: actions/checkout@v4
31+
- uses: actions/checkout@v5
3232
- name: Setup JDK
3333
uses: actions/setup-java@v4
3434
with:

0 commit comments

Comments
 (0)