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