Skip to content

Commit 7ab3182

Browse files
authored
Merge pull request #692 from quickfix-j/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents fe6fd1c + 65da173 commit 7ab3182

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
name: Test JDK ${{ matrix.java }}, ${{ matrix.os }}
4444

4545
steps:
46-
- uses: actions/checkout@v3
46+
- uses: actions/checkout@v4
4747
- name: Configure pagefile
4848
uses: al-cheb/configure-pagefile-action@v1.3
4949
with:

0 commit comments

Comments
 (0)