From 1bb73e429bb35f3fca8dd03b794750ecff90a15e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 09:03:06 +0000 Subject: [PATCH] Bump actions/checkout from 2 to 3.1.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.1.0. - [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.1.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a1d411dd..6d285235 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: java: [ '8', '11', '15' ] platform: ['windows-latest', 'ubuntu-latest'] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3.1.0 - name: Set up JDK ${{ matrix.java }} uses: actions/setup-java@v1 with: @@ -51,7 +51,7 @@ jobs: java: [ '8', '11', '15' ] platform: ['windows-latest', 'ubuntu-latest'] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3.1.0 - name: Gradle wrapper validation uses: gradle/wrapper-validation-action@v1 - name: Set up JDK @@ -84,7 +84,7 @@ jobs: ORG_GRADLE_PROJECT_signingKey: ${{ secrets.SONATYPE_SIGNING_PRIVATE_KEY }} GH_PERSONAL_ACCESS_TOKEN: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3.1.0 with: persist-credentials: false # without this, all access tokens set later on will be ignored - name: Set up JDK