Skip to content

Commit

Permalink
copied .github/workflows/merge.yaml .github/workflows/sheldon.yaml fr…
Browse files Browse the repository at this point in the history
…om styles
  • Loading branch information
csl-bot committed Feb 11, 2024
1 parent 3fd551c commit 9d73443
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/merge.yaml
Original file line number Diff line number Diff line change
@@ -42,7 +42,7 @@ jobs:

- name: Check for relevant changes
if: github.event_name == 'push'
uses: dorny/paths-filter@v2
uses: dorny/paths-filter@v3
id: update
with:
list-files: shell
2 changes: 1 addition & 1 deletion .github/workflows/sheldon.yaml
Original file line number Diff line number Diff line change
@@ -39,7 +39,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}

- name: Check for relevant changes
uses: dorny/paths-filter@v2
uses: dorny/paths-filter@v3
id: changed
with:
list-files: shell

0 comments on commit 9d73443

Please sign in to comment.