Browse Source

Merge pull request #73 from external-secrets/dependabot/github_actions/fkirc/skip-duplicate-actions-v3.4.0

chore(deps): bump fkirc/skip-duplicate-actions from v2.1.0 to v3.4.0
paul-the-alien[bot] 5 years ago
parent
commit
6b9a0508c4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/ci.yml

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

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