Skip to content

Commit abf2ba8

Browse files
dependabot[bot]kinow
authored andcommitted
Bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 08b8b85 commit abf2ba8

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/codeql-analysis.yml

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

4343
steps:
4444
- name: Checkout repository
45-
uses: actions/checkout@v2
45+
uses: actions/checkout@v3
4646

4747
# Initializes the CodeQL tools for scanning.
4848
- name: Initialize CodeQL

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
fail-fast: false
4141

4242
steps:
43-
- uses: actions/checkout@v2.4.0
43+
- uses: actions/checkout@v3
4444
- uses: actions/cache@v2.1.7
4545
with:
4646
path: ~/.m2/repository

src/changes/changes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ The <action> type attribute can be add,update,fix,remove.
358358
Bump jmh.version from 1.32 to 1.34 #258, #316.
359359
</action>
360360
<action dev="ggregory" type="update" due-to="Dependabot">
361-
Bump actions/checkout from 2.3.4 to 2.4.0 #286, #298.
361+
Bump actions/checkout from 2.3.4 to 3 #286, #298, #330.
362362
</action>
363363
<action dev="kinow" type="update" due-to="Dependabot">
364364
Bump moditect-maven-plugin from 1.0.0.RC1 to 1.0.0.RC2 #280.

0 commit comments

Comments
 (0)