Skip to content

Commit

Permalink
Bump actions/checkout from 2.3.5 to 2.4.0
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.5 to 2.4.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2.3.5...v2.4.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and kinow committed Nov 4, 2021
1 parent 49d5637 commit 7ab4e4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
# experimental: true

steps:
- uses: actions/checkout@v2.3.5
- uses: actions/checkout@v2.4.0
- uses: actions/[email protected]
with:
path: ~/.m2/repository
Expand Down
2 changes: 1 addition & 1 deletion src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@
Update tests from commons-io:commons-io 2.6 to 2.11.0 #180.
</action>
<action type="update" dev="ggregory" due-to="Dependabot">
Update actions/checkout from v1 to v2.3.5 #166 #173 #183 #193 #262.
Update actions/checkout from v1 to v2.4.0 #166 #173 #183 #193 #262 #264.
</action>
<action type="update" dev="ggregory" due-to="Dependabot">
Update maven-pmd-plugin from 3.12.0 to 3.15.0 #167 #196 #253.
Expand Down

0 comments on commit 7ab4e4f

Please sign in to comment.