From cc8caaa3df6daa0269a1226540d046515318ec23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Nov 2025 11:06:26 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 5 to 6 in the all-actions group Bumps the all-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 5 to 6 - [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/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/plugin.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/plugin.yml b/.github/workflows/plugin.yml index 5ce9bea..7987a60 100644 --- a/.github/workflows/plugin.yml +++ b/.github/workflows/plugin.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: # Copies the repository content - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 # Sets up the java version and enables Maven caching strategy - name: Set up JDK 21 for x64 @@ -37,7 +37,7 @@ jobs: runs-on: ubuntu-latest steps: # Copies the repository content - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 # Sets up the java version and enables Maven caching strategy - name: Set up JDK 21 for x64 @@ -63,7 +63,7 @@ jobs: runs-on: ubuntu-latest steps: # Copies the repository content - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 # Sets up the java version and enables Maven caching strategy - name: Set up JDK 21 for x64