diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 8fe95bca..26b36f3c 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -17,7 +17,7 @@ jobs: # if: github.repository_owner == 'spring-projects' steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: docs-build fetch-depth: 1 diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index b91888cc..384a3426 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Set up JDK uses: actions/setup-java@v5 with: