Browse Source

Merge pull request #1010 from external-secrets/dependabot/github_actions/fkirc/skip-duplicate-actions-4.0.0

build(deps): bump fkirc/skip-duplicate-actions from 3.4.1 to 4.0.0
paul-the-alien[bot] 4 years ago
parent
commit
ee340cd243
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/ci.yml

+ 1 - 1
.github/workflows/ci.yml

@@ -31,7 +31,7 @@ jobs:
     steps:
       - name: Detect No-op Changes
         id: noop
-        uses: fkirc/skip-duplicate-actions@v3.4.1
+        uses: fkirc/skip-duplicate-actions@v4.0.0
         with:
           github_token: ${{ secrets.GITHUB_TOKEN }}
           paths_ignore: '["**.md", "**.png", "**.jpg"]'