Committed by
GitHub
build(deps): 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](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>
Showing
1 changed file
with
2 additions
and
2 deletions
| @@ -6,7 +6,7 @@ jobs: | @@ -6,7 +6,7 @@ jobs: | ||
| 6 | analysis: | 6 | analysis: |
| 7 | runs-on: ubuntu-latest | 7 | runs-on: ubuntu-latest |
| 8 | steps: | 8 | steps: |
| 9 | - - uses: actions/checkout@v2 | 9 | + - uses: actions/checkout@v3 |
| 10 | - uses: actions/setup-java@v2 | 10 | - uses: actions/setup-java@v2 |
| 11 | with: | 11 | with: |
| 12 | distribution: 'temurin' | 12 | distribution: 'temurin' |
| @@ -21,7 +21,7 @@ jobs: | @@ -21,7 +21,7 @@ jobs: | ||
| 21 | formatting: | 21 | formatting: |
| 22 | runs-on: ubuntu-latest | 22 | runs-on: ubuntu-latest |
| 23 | steps: | 23 | steps: |
| 24 | - - uses: actions/checkout@v2 | 24 | + - uses: actions/checkout@v3 |
| 25 | - uses: actions/setup-java@v2 | 25 | - uses: actions/setup-java@v2 |
| 26 | with: | 26 | with: |
| 27 | distribution: 'temurin' | 27 | distribution: 'temurin' |
-
Please register or login to post a comment