diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index f077de05e43..e8fc141d6be 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -21,7 +21,7 @@ jobs: WORKSPACE: ${{ github.workspace }} GRADLE_OPTS: -Xmx1500m -Dfile.encoding=UTF-8 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Set up JDK uses: actions/setup-java@v3 with: diff --git a/.github/workflows/groovy-joint-workflow.yml b/.github/workflows/groovy-joint-workflow.yml index a0cc6e124dd..c95f45e49ac 100644 --- a/.github/workflows/groovy-joint-workflow.yml +++ b/.github/workflows/groovy-joint-workflow.yml @@ -35,7 +35,7 @@ jobs: java: [11.0.6] runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Set up JDK uses: actions/setup-java@v3 with: diff --git a/.github/workflows/release-notes.yml b/.github/workflows/release-notes.yml index aed2de45d19..cd9e3493969 100644 --- a/.github/workflows/release-notes.yml +++ b/.github/workflows/release-notes.yml @@ -12,7 +12,7 @@ jobs: release_notes: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Check if it has release drafter config file id: check_release_drafter run: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 793d6fef3d7..33e54d34161 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: GRADLE_OPTS: -Xmx1500m -Dfile.encoding=UTF-8 steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: token: ${{ secrets.GH_TOKEN }} - uses: gradle/wrapper-validation-action@v1 diff --git a/.github/workflows/retry-release.yml b/.github/workflows/retry-release.yml index 914d350d00c..91f12d1b00f 100644 --- a/.github/workflows/retry-release.yml +++ b/.github/workflows/retry-release.yml @@ -20,7 +20,7 @@ jobs: GRADLE_OPTS: -Xmx1500m -Dfile.encoding=UTF-8 steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: ref: "v${{ github.event.inputs.release }}" token: ${{ secrets.GH_TOKEN }}