diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 39c0b6b84..db8395f90 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 @@ -113,11 +113,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 f32f8561a..07654b4d9 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 b355d2158..e8b4c2041 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 d2f389276..e5b16bf50 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: