diff --git a/.github/workflows/auto_rebase.yml b/.github/workflows/auto_rebase.yml index 14ffe065..e801fb0a 100644 --- a/.github/workflows/auto_rebase.yml +++ b/.github/workflows/auto_rebase.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 # otherwise, you will fail to push refs to dest repo diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index ba0c589a..21b258d9 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Set up JDK 21 uses: actions/setup-java@v5