You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by vl...@apache.org on 2023/05/19 09:07:56 UTC

[jmeter] branch master updated: chore(deps): update actions/checkout action to v3

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 e669b83d25 chore(deps): update actions/checkout action to v3
e669b83d25 is described below

commit e669b83d25a913bc5220b358a94f863d759302b4
Author: Renovate Bot <bo...@renovateapp.com>
AuthorDate: Fri May 19 08:25:18 2023 +0000

    chore(deps): update actions/checkout action to v3
---
 .github/workflows/main.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 4dfcc41345..cfa58362b1 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -43,7 +43,7 @@ jobs:
       fail-fast: false
       # max-parallel: 4
     steps:
-    - uses: actions/checkout@v2
+    - uses: actions/checkout@v3
       with:
         fetch-depth: 50
     - name: Set up Java ${{ matrix.java_version }}, ${{ matrix.java_distribution }}