From e454d06914c8746eb3ff3e9e864d06a2209a9dd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 11:06:52 +0000 Subject: [PATCH] chore(ci): Bump actions/checkout from 5 to 6 Bumps [actions/checkout](https://github.com/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 ... Signed-off-by: dependabot[bot] --- .github/workflows/migrations.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/migrations.yml b/.github/workflows/migrations.yml index e20553f0..38519f65 100644 --- a/.github/workflows/migrations.yml +++ b/.github/workflows/migrations.yml @@ -13,7 +13,7 @@ jobs: steps: # Checkout and build parser - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 - uses: actions/setup-java@v5 @@ -24,7 +24,7 @@ jobs: # Update migrations - name: Checkout oga-maven-plugin - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: repository: jonathanlermitage/oga-maven-plugin path: oga-maven-plugin