This is an automated email from the ASF dual-hosted git repository. cnauroth pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/trunk by this push: new 2661feb6db2 Revert "HADOOP-19477: Update GitHub Actions to latest versions" 2661feb6db2 is described below commit 2661feb6db213a2d0adfd63ecfe37946c3f16d5a Author: Chris Nauroth <cnaur...@apache.org> AuthorDate: Fri May 9 03:29:06 2025 +0000 Revert "HADOOP-19477: Update GitHub Actions to latest versions" This reverts commit 4272a80dabff6bcf363e2e11368ccdb8315ca7f3. --- .github/workflows/labeler.yml | 4 ++-- .github/workflows/website.yml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 7cac0074132..f85aff05dda 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -28,11 +28,11 @@ jobs: triage: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.2.2 + - uses: actions/checkout@v3 with: sparse-checkout: | .github - - uses: actions/labeler@v5 + - uses: actions/labeler@v4.3.0 with: repo-token: ${{ secrets.GITHUB_TOKEN }} sync-labels: true diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index b8a77c180d9..67b2b908d27 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -26,16 +26,16 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Hadoop trunk - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v3 with: repository: apache/hadoop - name: Set up JDK 8 - uses: actions/setup-java@v4.7.0 + uses: actions/setup-java@v3 with: java-version: '8' distribution: 'temurin' - name: Cache local Maven repository - uses: actions/cache@v4 + uses: actions/cache@v3 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} @@ -50,7 +50,7 @@ jobs: - name: Stage document run: mvn site:stage -DstagingDirectory=${GITHUB_WORKSPACE}/staging/ - name: Deploy to GitHub Pages - uses: peaceiris/actions-gh-pages@v4.0.0 + uses: peaceiris/actions-gh-pages@v3 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./staging/hadoop-project --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org