Skip to content

Commit 53e076c

Browse files
authored
Merge pull request #334 from hantsy/dependabot/github_actions/actions/checkout-7
chore(deps): bump actions/checkout from 6 to 7
2 parents e5586df + 20abb16 commit 53e076c

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
build:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v6
16+
- uses: actions/checkout@v7
1717
- name: Set up JDK
1818
uses: actions/setup-java@v5
1919
with:

0 commit comments

Comments
 (0)