Skip to content
This repository has been archived by the owner on Oct 10, 2022. It is now read-only.

Commit

Permalink
Bump fkirc/skip-duplicate-actions from 3.4.1 to 5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rszamszur committed Oct 5, 2022
1 parent eb84359 commit 1b527a4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
should_skip: ${{ steps.skip_check.outputs.should_skip }}
steps:
- id: skip_check
uses: fkirc/skip-duplicate-actions@v3.4.1
uses: fkirc/skip-duplicate-actions@v5.2.0
with:
skip_after_successful_duplicate: 'true'
concurrent_skipping: same_content
Expand Down
2 changes: 1 addition & 1 deletion {{cookiecutter.folder_name}}/.github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
should_skip: ${{ steps.skip_check.outputs.should_skip }}
steps:
- id: skip_check
uses: fkirc/skip-duplicate-actions@v3.4.1
uses: fkirc/skip-duplicate-actions@v5.2.0
with:
skip_after_successful_duplicate: 'true'
concurrent_skipping: same_content
Expand Down
2 changes: 1 addition & 1 deletion {{cookiecutter.folder_name}}/.github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
should_skip: ${{ steps.skip_check.outputs.should_skip }}
steps:
- id: skip_check
uses: fkirc/skip-duplicate-actions@v3.4.1
uses: fkirc/skip-duplicate-actions@v5.2.0
with:
skip_after_successful_duplicate: 'true'
concurrent_skipping: same_content
Expand Down

0 comments on commit 1b527a4

Please sign in to comment.