From b0525479945cb76715a4c77e13844c2e174f1556 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Mar 2022 12:17:26 +0000 Subject: [PATCH] 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] --- .github/workflows/java_ci.yml | 6 +++--- .github/workflows/sample_jcore_false.yml | 2 +- .github/workflows/sample_jcore_true.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/java_ci.yml b/.github/workflows/java_ci.yml index 66165d8..6d5ef32 100644 --- a/.github/workflows/java_ci.yml +++ b/.github/workflows/java_ci.yml @@ -15,7 +15,7 @@ jobs: fail-fast: false steps: - name: 📤 Checkout Repository - uses: actions/checkout@v2.4.0 + uses: actions/checkout@v3 - name: ☕ Install Java uses: actions/setup-java@v3 @@ -36,7 +36,7 @@ jobs: if: github.event_name == 'pull_request' || github.actor != 'dependabot[bot]' steps: - name: 📤 Checkout Repository - uses: actions/checkout@v2.4.0 + uses: actions/checkout@v3 - name: 📚 Install CodeQL uses: github/codeql-action/init@v1 @@ -92,7 +92,7 @@ jobs: steps: - name: 📤 Checkout Repository - uses: actions/checkout@v2.4.0 + uses: actions/checkout@v3 - name: ☕ Install Java uses: actions/setup-java@v3 diff --git a/.github/workflows/sample_jcore_false.yml b/.github/workflows/sample_jcore_false.yml index dadaa82..cc0024f 100644 --- a/.github/workflows/sample_jcore_false.yml +++ b/.github/workflows/sample_jcore_false.yml @@ -14,7 +14,7 @@ jobs: enable_jcore: false steps: - name: 📤 Checkout Repository - uses: actions/checkout@v2.4.0 + uses: actions/checkout@v3 - name: ☕ Install Java uses: actions/setup-java@v3 diff --git a/.github/workflows/sample_jcore_true.yml b/.github/workflows/sample_jcore_true.yml index bc6bfff..4bcacb2 100644 --- a/.github/workflows/sample_jcore_true.yml +++ b/.github/workflows/sample_jcore_true.yml @@ -14,7 +14,7 @@ jobs: enable_jcore: true steps: - name: 📤 Checkout Repository - uses: actions/checkout@v2.4.0 + uses: actions/checkout@v3 - name: ☕ Install Java uses: actions/setup-java@v3