diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index dc7a7d6175..9841b813e2 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -27,11 +27,11 @@ jobs: steps: - name: Checkout if: github.head_ref == '' - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Checkout merge if: github.head_ref != '' - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: refs/pull/${{github.event.pull_request.number}}/merge diff --git a/.github/workflows/rebuild.yml b/.github/workflows/rebuild.yml index 425e016775..e72c94da6e 100644 --- a/.github/workflows/rebuild.yml +++ b/.github/workflows/rebuild.yml @@ -51,13 +51,13 @@ jobs: - name: Checkout if: ${{ github.head_ref == '' && env.LABEL == 'rebuild' }} - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false - name: Checkout merge if: ${{ github.head_ref != '' && env.LABEL == 'rebuild' }} - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: refs/pull/${{github.event.pull_request.number}}/merge persist-credentials: false diff --git a/.github/workflows/resolver.yml b/.github/workflows/resolver.yml index 7e54d18b35..831e9c818b 100644 --- a/.github/workflows/resolver.yml +++ b/.github/workflows/resolver.yml @@ -16,7 +16,7 @@ jobs: timeout-minutes: 30 steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up Java 21 uses: actions/setup-java@v5 diff --git a/.github/workflows/update-maven.yml b/.github/workflows/update-maven.yml index cda2178646..a8d780a880 100644 --- a/.github/workflows/update-maven.yml +++ b/.github/workflows/update-maven.yml @@ -12,7 +12,7 @@ jobs: pull-requests: write runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/setup-java@v5 with: