Skip to content

Commit a679002

Browse files
authored
Merge pull request #24 from quickfix-j/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 3 to 5
2 parents b94f943 + 9694448 commit a679002

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
@@ -37,7 +37,7 @@ jobs:
3737

3838
steps:
3939
- name: Checkout repository
40-
uses: actions/checkout@v3
40+
uses: actions/checkout@v5
4141

4242
# Initializes the CodeQL tools for scanning.
4343
- 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@v5
2424
- name: Set up JDK
2525
uses: actions/setup-java@v5
2626
with:

0 commit comments

Comments
 (0)