Skip to content

Commit 6010a34

Browse files
authored
Merge pull request #671 from quickfix-j/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 6b65b09 + db2ae81 commit 6010a34

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
steps:
4141
- name: Checkout repository
42-
uses: actions/checkout@v3
42+
uses: actions/checkout@v4
4343

4444
# Initializes the CodeQL tools for scanning.
4545
- name: Initialize CodeQL

.github/workflows/maven.yml

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

2222
steps:
23-
- uses: actions/checkout@v3
23+
- uses: actions/checkout@v4
2424
- name: Set up JDK
2525
uses: actions/setup-java@v3
2626
with:

0 commit comments

Comments
 (0)