Skip to content

Commit 2240d3c

Browse files
authored
Merge pull request #102 from sbt/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 6 to 7
2 parents 3afe9cf + aa5c837 commit 2240d3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
env:
2323
JAVA_OPTS: -Xms2048M -Xmx2048M -Xss6M -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8
2424
steps:
25-
- uses: actions/checkout@v6
25+
- uses: actions/checkout@v7
2626
- name: Setup JDK
2727
uses: actions/setup-java@v5
2828
with:

0 commit comments

Comments
 (0)