Bump actions/checkout from 2.4.0 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.0 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.4.0...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>
This commit is contained in:
parent
c5ad5a824b
commit
6d1c4ec4e6
5 changed files with 6 additions and 6 deletions
2
.github/workflows/pullrequest.yaml
vendored
2
.github/workflows/pullrequest.yaml
vendored
|
@ -7,7 +7,7 @@ jobs:
|
|||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2.4.0
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-java@v3.0.0
|
||||
with:
|
||||
distribution: temurin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue