Skip to content

Commit 0f9be3e

Browse files
authored
Merge pull request #3850 from haskell/dependabot/github_actions/fkirc/skip-duplicate-actions-5.3.1
Bump fkirc/skip-duplicate-actions from 5.3.0 to 5.3.1
2 parents f2c6b02 + 3d92f6c commit 0f9be3e

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/bench.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
should_skip: ${{ steps.skip_check.outputs.should_skip }}
2222
steps:
2323
- id: skip_check
24-
uses: fkirc/[email protected].0
24+
uses: fkirc/[email protected].1
2525
with:
2626
cancel_others: false
2727
paths_ignore: '[ "**/docs/**"

.github/workflows/caching.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- id: ghcs
6363
run: echo "ghcs=$(cat ./.github/workflows/supported-ghc-versions.json)" >> $GITHUB_OUTPUT
6464
- id: skip_check
65-
uses: fkirc/[email protected].0
65+
uses: fkirc/[email protected].1
6666
with:
6767
cancel_others: false
6868
paths_ignore: '["**/docs/**"

.github/workflows/flags.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- id: ghcs
2727
run: echo "ghcs=$(cat ./.github/workflows/supported-ghc-versions.json)" >> $GITHUB_OUTPUT
2828
- id: skip_check
29-
uses: fkirc/[email protected].0
29+
uses: fkirc/[email protected].1
3030
with:
3131
cancel_others: false
3232
paths_ignore: '[ "**/docs/**"

.github/workflows/nix.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
should_skip_build: ${{ steps.skip_check_no_nix.outputs.should_skip }}
2222
steps:
2323
- id: skip_check
24-
uses: fkirc/[email protected].0
24+
uses: fkirc/[email protected].1
2525
with:
2626
cancel_others: false
2727
paths_ignore: '[ "**/docs/**"
@@ -36,7 +36,7 @@ jobs:
3636
, ".gitlab/**"
3737
]'
3838
- id: skip_check_no_nix
39-
uses: fkirc/[email protected].0
39+
uses: fkirc/[email protected].1
4040
with:
4141
cancel_others: false
4242
paths: '[ "**.nix" ]'

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- id: ghcs
2828
run: echo "ghcs=$(cat ./.github/workflows/supported-ghc-versions.json)" >> $GITHUB_OUTPUT
2929
- id: skip_check
30-
uses: fkirc/[email protected].0
30+
uses: fkirc/[email protected].1
3131
with:
3232
cancel_others: false
3333
paths_ignore: '[ "**/docs/**"
@@ -45,7 +45,7 @@ jobs:
4545
]'
4646
# If we only change ghcide downstream packages we have not test ghcide itself
4747
- id: skip_ghcide_check
48-
uses: fkirc/[email protected].0
48+
uses: fkirc/[email protected].1
4949
with:
5050
cancel_others: false
5151
paths_ignore: '[ "hls-test-utils/**"

0 commit comments

Comments
 (0)