Bump actions/checkout from 2 to 3 (#285)

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](https://github.com/actions/checkout/compare/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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-03-04 08:32:20 -05:00 committed by GitHub
parent 5b003939f6
commit 2e0cc9dee3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -42,7 +42,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL

View File

@ -26,7 +26,7 @@ jobs:
java: [ 8 ]
steps:
- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v3
- uses: actions/cache@v2.1.7
with:
path: ~/.m2/repository

View File

@ -31,7 +31,7 @@ jobs:
# experimental: true
steps:
- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v3
- uses: actions/cache@v2.1.7
with:
path: ~/.m2/repository