You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2021/10/05 12:07:37 UTC

[tinkerpop] branch 3.4-dev updated: Error in previous commit with gh action version CTR

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

spmallette pushed a commit to branch 3.4-dev
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


The following commit(s) were added to refs/heads/3.4-dev by this push:
     new b1ad6a3  Error in previous commit with gh action version CTR
b1ad6a3 is described below

commit b1ad6a38074b1b7985e557b4ecef59e01fa2d7c1
Author: Stephen Mallette <st...@amazon.com>
AuthorDate: Tue Oct 5 08:07:09 2021 -0400

    Error in previous commit with gh action version CTR
---
 .github/workflows/build-test.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml
index 9f96ff4..8d6a500 100644
--- a/.github/workflows/build-test.yml
+++ b/.github/workflows/build-test.yml
@@ -8,7 +8,7 @@ jobs:
     steps:
       - id: skip_check
         name: Check Changes
-        uses: fkirc/skip-duplicate-actions@3.4.1
+        uses: fkirc/skip-duplicate-actions@v3.4.1
         with:
           concurrent_skipping: 'never'
           skip_after_successful_duplicate: 'true'