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

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


The following commit(s) were added to refs/heads/master by this push:
     new df3200561 [hotfix] Bump actions/checkout to v3 in GitHub Actions 
workflows (#1938)
df3200561 is described below

commit df320056140a49423718ee6f0a7c35538281176e
Author: Scott Brenner <[email protected]>
AuthorDate: Sun Mar 5 21:43:49 2023 -0800

    [hotfix] Bump actions/checkout to v3 in GitHub Actions workflows (#1938)
---
 .github/workflows/ci.yaml     | 2 +-
 .github/workflows/e2e.yaml    | 2 +-
 .github/workflows/manual.yaml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 16171d26c..45ff90cc6 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -50,7 +50,7 @@ jobs:
     timeout-minutes: 360
     runs-on: ubuntu-latest
     steps:
-    - uses: actions/checkout@v2
+    - uses: actions/checkout@v3
     - name: Set up JDK ${{ matrix.profile.jdk }}
       uses: actions/setup-java@v1
       with:
diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml
index 5128eaa83..ea3c85e98 100644
--- a/.github/workflows/e2e.yaml
+++ b/.github/workflows/e2e.yaml
@@ -31,7 +31,7 @@ jobs:
     timeout-minutes: 360
     runs-on: ubuntu-latest
     steps:
-      - uses: actions/checkout@v2
+      - uses: actions/checkout@v3
       - name: Set up JDK ${{ matrix.jdk }}
         uses: actions/setup-java@v1
         with:
diff --git a/.github/workflows/manual.yaml b/.github/workflows/manual.yaml
index 191a8b0cd..ca00519c9 100644
--- a/.github/workflows/manual.yaml
+++ b/.github/workflows/manual.yaml
@@ -45,7 +45,7 @@ jobs:
     timeout-minutes: 360
     runs-on: ubuntu-latest
     steps:
-    - uses: actions/checkout@v2
+    - uses: actions/checkout@v3
       with:
         ref: ${{ github.event.inputs.buildRef }}
     - name: Set up JDK 11

Reply via email to