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

Commit 1b527a4

Browse files
committed
Bump fkirc/skip-duplicate-actions from 3.4.1 to 5.2.0
1 parent eb84359 commit 1b527a4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

{{cookiecutter.folder_name}}/.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
should_skip: ${{ steps.skip_check.outputs.should_skip }}
2020
steps:
2121
- id: skip_check
22-
uses: fkirc/skip-duplicate-actions@v3.4.1
22+
uses: fkirc/skip-duplicate-actions@v5.2.0
2323
with:
2424
skip_after_successful_duplicate: 'true'
2525
concurrent_skipping: same_content

{{cookiecutter.folder_name}}/.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
should_skip: ${{ steps.skip_check.outputs.should_skip }}
2121
steps:
2222
- id: skip_check
23-
uses: fkirc/skip-duplicate-actions@v3.4.1
23+
uses: fkirc/skip-duplicate-actions@v5.2.0
2424
with:
2525
skip_after_successful_duplicate: 'true'
2626
concurrent_skipping: same_content

{{cookiecutter.folder_name}}/.github/workflows/nix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
should_skip: ${{ steps.skip_check.outputs.should_skip }}
2020
steps:
2121
- id: skip_check
22-
uses: fkirc/skip-duplicate-actions@v3.4.1
22+
uses: fkirc/skip-duplicate-actions@v5.2.0
2323
with:
2424
skip_after_successful_duplicate: 'true'
2525
concurrent_skipping: same_content

0 commit comments

Comments
 (0)