Skip to content

Commit cd24768

Browse files
authored
Merge pull request #1803 from joinfaces/dependabot/github_actions/actions/checkout-6.0.3
chore(deps): bump actions/checkout from 6.0.2 to 6.0.3
2 parents 7f881b6 + e3f215f commit cd24768

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
java: [17,21,25]
1414

1515
steps:
16-
- uses: actions/checkout@v6.0.2
16+
- uses: actions/checkout@v6.0.3
1717

1818
- name: Set up JDK ${{ matrix.java }}
1919
if: ${{ matrix.java != 25 }}

0 commit comments

Comments
 (0)