Skip to content

Commit efa9606

Browse files
authored
Merge pull request #1044 from revelc/dependabot/github_actions/github-actions-640176b5ab
Bump actions/checkout from 6 to 7 in the github-actions group
2 parents 9e3dbe2 + 2e2f59a commit efa9606

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false
1818
runs-on: ${{ matrix.os }}
1919
steps:
20-
- uses: actions/checkout@v6
20+
- uses: actions/checkout@v7
2121
- name: Set up JDK ${{ matrix.java }}
2222
uses: actions/setup-java@v5
2323
with:

0 commit comments

Comments
 (0)