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

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


The following commit(s) were added to refs/heads/master by this push:
     new 045d0525c4 chore(deps): update actions/checkout action to v4
045d0525c4 is described below

commit 045d0525c4d480f16fbdd1719aa3ca340bbac930
Author: Mend Renovate <[email protected]>
AuthorDate: Fri Nov 24 14:18:12 2023 +0000

    chore(deps): update actions/checkout action to v4
---
 .github/workflows/gradle-wrapper-validation.yml | 2 +-
 .github/workflows/main.yml                      | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/gradle-wrapper-validation.yml 
b/.github/workflows/gradle-wrapper-validation.yml
index 8bfd0dcf51..b63fdf355c 100644
--- a/.github/workflows/gradle-wrapper-validation.yml
+++ b/.github/workflows/gradle-wrapper-validation.yml
@@ -6,5 +6,5 @@ jobs:
     name: "Validation"
     runs-on: ubuntu-latest
     steps:
-      - uses: actions/checkout@v3
+      - uses: actions/checkout@v4
       - uses: gradle/wrapper-validation-action@v1
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index a32cb4b0d6..2375ad9da0 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -27,7 +27,7 @@ jobs:
       # Number of jobs to generate in matrix.js
       MATRIX_JOBS: 4
     steps:
-      - uses: actions/checkout@v3
+      - uses: actions/checkout@v4
       - id: set-matrix
         run: |
           node .github/workflows/matrix.js
@@ -43,7 +43,7 @@ jobs:
       fail-fast: false
       # max-parallel: 4
     steps:
-    - uses: actions/checkout@v3
+    - uses: actions/checkout@v4
       with:
         fetch-depth: 50
     - name: Set up Java ${{ matrix.java_version }}, oracle
@@ -90,7 +90,7 @@ jobs:
     name: 'Error Prone (JDK 11)'
     runs-on: ubuntu-latest
     steps:
-    - uses: actions/checkout@v3
+    - uses: actions/checkout@v4
     - name: 'Set up JDK 11'
       uses: actions/setup-java@v3
       with:

Reply via email to