Skip to content

Commit db15576

Browse files
authored
Merge pull request #70 from sbt/dependabot/github_actions/actions/checkout-6
2 parents bb030b7 + 9272116 commit db15576

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
@@ -36,7 +36,7 @@ jobs:
3636
JVM_OPTS: -Xms800M -Xmx2G -Xss6M -XX:ReservedCodeCacheSize=128M -server -Dsbt.io.virtual=false -Dfile.encoding=UTF-8
3737
steps:
3838
- name: Checkout
39-
uses: actions/checkout@v5
39+
uses: actions/checkout@v6
4040
- name: Setup JDK
4141
uses: actions/setup-java@v5
4242
with:

0 commit comments

Comments
 (0)