Skip to content

Commit 55639c3

Browse files
Merge pull request #202 from codehaus-plexus/dependabot/github_actions/actions/checkout-3
2 parents a4a6b07 + 9a0c251 commit 55639c3

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
@@ -35,7 +35,7 @@ jobs:
3535

3636
steps:
3737
- name: Checkout repository
38-
uses: actions/checkout@v2.4.0
38+
uses: actions/checkout@v3
3939

4040
# Initializes the CodeQL tools for scanning.
4141
- name: Initialize CodeQL

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
os: 'ubuntu-latest'
3636
steps:
3737
- name: Checkout
38-
uses: actions/checkout@v2.4.0
38+
uses: actions/checkout@v3
3939
- name: Set up JDK ${{ matrix.Java }} (${{ matrix.distribution }})
4040
uses: actions/setup-java@v2
4141
with:

0 commit comments

Comments
 (0)