Skip to content

Commit ccc46aa

Browse files
chore(deps): update fkirc/skip-duplicate-actions action to v5.3.1
1 parent 7c91c96 commit ccc46aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
contents: read
3232
steps:
3333
- id: skip-check
34-
uses: fkirc/skip-duplicate-actions@v5
34+
uses: fkirc/skip-duplicate-actions@f75f66ce1886f00957d99748a42c724f4330bdcf # v5.3.1
3535
with:
3636
do_not_skip: '["schedule", "workflow_dispatch"]'
3737
paths: |-

.github/workflows/go-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
contents: read
3333
steps:
3434
- id: skip-check
35-
uses: fkirc/skip-duplicate-actions@v5
35+
uses: fkirc/skip-duplicate-actions@f75f66ce1886f00957d99748a42c724f4330bdcf # v5.3.1
3636
with:
3737
do_not_skip: '["push", "schedule", "workflow_dispatch"]'
3838
paths: |-

0 commit comments

Comments
 (0)