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 fa78d4d GitHub Actions: actions/checkout@master -> v1.1.0 to avoid
unexpected failures
fa78d4d is described below
commit fa78d4d021d8dbdc701531dbc0b1a76d119ec6a0
Author: Vladimir Sitnikov <[email protected]>
AuthorDate: Tue Dec 3 21:11:20 2019 +0300
GitHub Actions: actions/checkout@master -> v1.1.0 to avoid unexpected
failures
See https://github.com/actions/checkout/issues/84
---
.github/workflows/main.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index d2edf7a..e678843 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -15,7 +15,7 @@ jobs:
name: 'Windows (JDK 13)'
runs-on: windows-latest
steps:
- - uses: actions/checkout@master
+ - uses: actions/[email protected]
with:
fetch-depth: 50
- name: 'Set up JDK 13'
@@ -31,7 +31,7 @@ jobs:
name: 'macOS (JDK 13)'
runs-on: macos-latest
steps:
- - uses: actions/checkout@master
+ - uses: actions/[email protected]
with:
fetch-depth: 50
- name: 'Set up JDK 13'