diff --git a/.github/workflows/auto_rebase.yml b/.github/workflows/auto_rebase.yml index 25ba210c..7164a586 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@v3 + uses: actions/checkout@v4 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 0105532b..1fd79d45 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up JDK 17 uses: actions/setup-java@v3