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:06:55 UTC

[tinkerpop] branch 3.4-dev updated: Apparently apache forces us to use a version in GitHub Marketplace 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 1be21d7  Apparently apache forces us to use a version in GitHub Marketplace CTR
1be21d7 is described below

commit 1be21d7d3ac9717d83781c2585d8753bd4d6e47c
Author: Stephen Mallette <st...@amazon.com>
AuthorDate: Tue Oct 5 08:05:56 2021 -0400

    Apparently apache forces us to use a version in GitHub Marketplace 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 b8abad2..9f96ff4 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@master
+        uses: fkirc/skip-duplicate-actions@3.4.1
         with:
           concurrent_skipping: 'never'
           skip_after_successful_duplicate: 'true'