Skip to content

Commit

Permalink
Merge pull request #1188 from Quick/dependabot/github_actions/fkirc/s…
Browse files Browse the repository at this point in the history
…kip-duplicate-actions-5.3.0

Bump fkirc/skip-duplicate-actions from 5.2.0 to 5.3.0
  • Loading branch information
ikesyo committed Mar 25, 2023
2 parents 6b31086 + 20bad63 commit 5cc2e0c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-swiftpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
should_skip: ${{ steps.skip_check.outputs.should_skip }}
steps:
- id: skip_check
uses: fkirc/skip-duplicate-actions@v5.2.0
uses: fkirc/skip-duplicate-actions@v5.3.0
with:
paths: '[".github/workflows/ci-swiftpm.yml", "Sources/**", "Tests/**", "Package.*", "Externals"]'
do_not_skip: '["push", "workflow_dispatch", "schedule"]'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-xcode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
should_skip: ${{ steps.skip_check.outputs.should_skip }}
steps:
- id: skip_check
uses: fkirc/skip-duplicate-actions@v5.2.0
uses: fkirc/skip-duplicate-actions@v5.3.0
with:
paths: '[".github/workflows/ci-xcode.yml", "Externals", "Quick.xc*", "Sources/**", "Tests/**", "Rakefile", "Externals"]'
do_not_skip: '["push", "workflow_dispatch", "schedule"]'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cocoapods.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
should_skip: ${{ steps.skip_check.outputs.should_skip }}
steps:
- id: skip_check
uses: fkirc/skip-duplicate-actions@v5.2.0
uses: fkirc/skip-duplicate-actions@v5.3.0
with:
paths: '[".github/workflows/cocoapods.yml", "Quick.podspec", "Sources/**", "Gemfile*", "Rakefile"]'
do_not_skip: '["push", "workflow_dispatch", "schedule"]'
Expand Down

0 comments on commit 5cc2e0c

Please sign in to comment.