This is an automated email from the ASF dual-hosted git repository.

lewismc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nutch.git


The following commit(s) were added to refs/heads/master by this push:
     new 7ac3ce28e NUTCH-3054 Address deprecation of Node16 for all GitHub 
Actions (#817)
7ac3ce28e is described below

commit 7ac3ce28e065fb5160f96ce7bce1ec840f87d0dc
Author: Lewis John McGibbney <[email protected]>
AuthorDate: Tue Apr 30 07:35:39 2024 -0700

    NUTCH-3054 Address deprecation of Node16 for all GitHub Actions (#817)
---
 .github/workflows/master-build.yml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/master-build.yml 
b/.github/workflows/master-build.yml
index e0af58df0..db24168b9 100644
--- a/.github/workflows/master-build.yml
+++ b/.github/workflows/master-build.yml
@@ -30,9 +30,9 @@ jobs:
         os: [ubuntu-latest]
     runs-on: ${{ matrix.os }}
     steps:
-      - uses: actions/checkout@v4
+      - uses: actions/[email protected]
       - name: Set up JDK ${{ matrix.java }}
-        uses: actions/setup-java@v3
+        uses: actions/[email protected]
         with:
           java-version: ${{ matrix.java }}
           distribution: 'temurin'
@@ -45,9 +45,9 @@ jobs:
         os: [ubuntu-latest]
     runs-on: ${{ matrix.os }}
     steps:
-      - uses: actions/checkout@v4
+      - uses: actions/[email protected]
       - name: Set up JDK ${{ matrix.java }}
-        uses: actions/setup-java@v3
+        uses: actions/[email protected]
         with:
           java-version: ${{ matrix.java }}
           distribution: 'temurin'
@@ -68,9 +68,9 @@ jobs:
         os: [ubuntu-latest, macos-latest]
     runs-on: ${{ matrix.os }}
     steps:
-      - uses: actions/checkout@v4
+      - uses: actions/[email protected]
       - name: Set up JDK ${{ matrix.java }}
-        uses: actions/setup-java@v3
+        uses: actions/[email protected]
         with:
           java-version: ${{ matrix.java }}
           distribution: 'temurin'

Reply via email to